mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 05:06:50 +00:00
refactor: i18n translations
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
outlined
|
||||
:loading="updating"
|
||||
:disabled="updating || !edited"
|
||||
tooltip="Save Changes"
|
||||
:tooltip="$t('tooltip.saveChanges')"
|
||||
small
|
||||
color="primary"
|
||||
icon="save"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
outlined
|
||||
:loading="updating"
|
||||
:disabled="updating || !edited"
|
||||
tooltip="Save Changes"
|
||||
:tooltip="$t('tooltip.saveChanges')"
|
||||
small
|
||||
color="primary"
|
||||
icon="save"
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</x-btn>-->
|
||||
<x-btn
|
||||
outlined
|
||||
tooltip="Save Changes"
|
||||
:tooltip="$t('tooltip.saveChanges')"
|
||||
small
|
||||
:disabled="!edited"
|
||||
:loading="updating"
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
outlined
|
||||
:loading="updating"
|
||||
:disabled="updating || !edited"
|
||||
tooltip="Save Changes"
|
||||
:tooltip="$t('tooltip.saveChanges')"
|
||||
small
|
||||
color="primary"
|
||||
icon="save"
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
outlined
|
||||
:loading="updating"
|
||||
:disabled="updating || !edited"
|
||||
tooltip="Save Changes"
|
||||
:tooltip="$t('tooltip.saveChanges')"
|
||||
small
|
||||
color="primary"
|
||||
icon="save"
|
||||
|
||||
Reference in New Issue
Block a user