diff --git a/components/common/CommonInputImage.vue b/components/common/CommonInputImage.vue
index 595d5786..4a002ed2 100644
--- a/components/common/CommonInputImage.vue
+++ b/components/common/CommonInputImage.vue
@@ -88,17 +88,19 @@ watch(file, (image, _, onCleanup) => {
w-full
h-full
>
-
-
+
+
+
{{ $t('action.save_changes') }}
{{ $t('action.reply') }}
{{ !isSending ? $t('action.publish') : $t('state.publishing') }}
diff --git a/components/tiptap/TiptapHashtagList.vue b/components/tiptap/TiptapHashtagList.vue
index d8c063aa..0aa486aa 100644
--- a/components/tiptap/TiptapHashtagList.vue
+++ b/components/tiptap/TiptapHashtagList.vue
@@ -46,7 +46,9 @@ defineExpose({
diff --git a/components/tiptap/TiptapMentionList.vue b/components/tiptap/TiptapMentionList.vue
index 08bad3d6..81f0e5c6 100644
--- a/components/tiptap/TiptapMentionList.vue
+++ b/components/tiptap/TiptapMentionList.vue
@@ -46,7 +46,9 @@ defineExpose({
diff --git a/components/user/UserSignIn.vue b/components/user/UserSignIn.vue
index e74b5fdc..f64cdc7f 100644
--- a/components/user/UserSignIn.vue
+++ b/components/user/UserSignIn.vue
@@ -208,7 +208,10 @@ onClickOutside($$(input), () => {
diff --git a/error.vue b/error.vue
index 897b1d5b..1e5aa429 100644
--- a/error.vue
+++ b/error.vue
@@ -47,7 +47,9 @@ const reload = async () => {
{{ message }}
diff --git a/pages/settings/profile/appearance.vue b/pages/settings/profile/appearance.vue
index f1636580..60ce26f0 100644
--- a/pages/settings/profile/appearance.vue
+++ b/pages/settings/profile/appearance.vue
@@ -172,10 +172,10 @@ onReactivated(refreshInfo)
flex gap-x-2 items-center
:disabled="submitting || !isCanSubmit"
>
-
+
+
+
+
{{ $t('action.save') }}