diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-02-22 03:23:49 +0000 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-02-22 03:23:49 +0000 |
| commit | c6cabb8c7567fb3f9fe651a53dbfcb41fb64ff09 (patch) | |
| tree | 7b685f065de14b47a5bb0cb2c383bc5567747b00 | |
| parent | merge: TSVector based search provider (!910) (diff) | |
| parent | do not change "description" key to "Alt text" (diff) | |
| download | sharkey-c6cabb8c7567fb3f9fe651a53dbfcb41fb64ff09.tar.gz sharkey-c6cabb8c7567fb3f9fe651a53dbfcb41fb64ff09.tar.bz2 sharkey-c6cabb8c7567fb3f9fe651a53dbfcb41fb64ff09.zip | |
merge: Fix file description labels to use "alt text" terminology (!911)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/911
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Hazelnoot <acomputerdog@gmail.com>
| -rw-r--r-- | packages/frontend/src/pages/drive.file.info.vue | 2 | ||||
| -rw-r--r-- | sharkey-locales/en-US.yml | 4 |
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" |