summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/frontend/src/pages/drive.file.info.vue2
-rw-r--r--sharkey-locales/en-US.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/drive.file.info.vue b/packages/frontend/src/pages/drive.file.info.vue
index 9d74a47ec6..8706dc7047 100644
--- a/packages/frontend/src/pages/drive.file.info.vue
+++ b/packages/frontend/src/pages/drive.file.info.vue
@@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</button>
<button class="_button" :class="$style.kvEditBtn" @click="describe()">
<MkKeyValue :class="$style.multiline">
- <template #key>{{ i18n.ts.description }}</template>
+ <template #key>{{ i18n.ts.caption }}</template>
<template #value>{{ file.comment ? file.comment : `(${i18n.ts.none})` }}<i class="ti ti-pencil" :class="$style.kvEditIcon"></i></template>
</MkKeyValue>
</button>
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml
index af2db91286..6e49b0ba37 100644
--- a/sharkey-locales/en-US.yml
+++ b/sharkey-locales/en-US.yml
@@ -51,6 +51,10 @@ mediaSilencedByBase: "This host's media is silenced implicitly because a base do
driveSearchbarPlaceholder: "Search drive"
fileNotSelected: "No file selected"
background: "Background"
+inputNewDescription: "Enter new alt text"
+describeFile: "Add alt text"
+enterFileDescription: "Enter alt text"
+caption: "Alt text"
antennaUsersDescription: "List one username per line. Use \"*@instance.com\" to specify all users of an instance"
aboutMisskey: "About Sharkey"
expandAllCws: "Show content for all replies"