changed edit button text
This commit is contained in:
@@ -135,7 +135,7 @@ watch(
|
||||
class="rounded-full"
|
||||
>
|
||||
<span class="whitespace-pre">
|
||||
{{ !!address ? "ویرایش آدرس" : "افزودن آدرس" }}
|
||||
{{ !!address ? "ویرایش" : "افزودن آدرس" }}
|
||||
</span>
|
||||
</Button>
|
||||
</template>
|
||||
@@ -260,6 +260,7 @@ watch(
|
||||
:disabled="createAddressIsPending"
|
||||
@click="addNew"
|
||||
class="rounded-full px-10"
|
||||
size="md"
|
||||
>
|
||||
<Icon
|
||||
v-if="createAddressIsPending"
|
||||
@@ -268,7 +269,11 @@ watch(
|
||||
<span v-else>ثبت</span>
|
||||
</Button>
|
||||
<DialogClose aria-label="Close">
|
||||
<Button variant="outlined" class="rounded-full px-10">
|
||||
<Button
|
||||
variant="outlined"
|
||||
class="rounded-full px-10"
|
||||
size="md"
|
||||
>
|
||||
انصراف
|
||||
</Button>
|
||||
</DialogClose>
|
||||
|
||||
Reference in New Issue
Block a user