mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-05-01 19:16:59 +00:00
do not change "description" key to "Alt text"
- switch Drive file info view to use the `caption` rather than `description` i18n key, so that it reads "Alt text"
This commit is contained in:
parent
e9f3702cf3
commit
2c610f446b
2 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</button>
|
</button>
|
||||||
<button class="_button" :class="$style.kvEditBtn" @click="describe()">
|
<button class="_button" :class="$style.kvEditBtn" @click="describe()">
|
||||||
<MkKeyValue :class="$style.multiline">
|
<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>
|
<template #value>{{ file.comment ? file.comment : `(${i18n.ts.none})` }}<i class="ti ti-pencil" :class="$style.kvEditIcon"></i></template>
|
||||||
</MkKeyValue>
|
</MkKeyValue>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -51,7 +51,6 @@ mediaSilencedByBase: "This host's media is silenced implicitly because a base do
|
||||||
driveSearchbarPlaceholder: "Search drive"
|
driveSearchbarPlaceholder: "Search drive"
|
||||||
fileNotSelected: "No file selected"
|
fileNotSelected: "No file selected"
|
||||||
background: "Background"
|
background: "Background"
|
||||||
description: "Alt text"
|
|
||||||
inputNewDescription: "Enter new alt text"
|
inputNewDescription: "Enter new alt text"
|
||||||
describeFile: "Add alt text"
|
describeFile: "Add alt text"
|
||||||
enterFileDescription: "Enter alt text"
|
enterFileDescription: "Enter alt text"
|
||||||
|
|
Loading…
Add table
Reference in a new issue