From 2c610f446b0d2c0f07f3180fd54d708b7b0728ed Mon Sep 17 00:00:00 2001 From: Jacob Hall Date: Thu, 20 Feb 2025 11:21:13 -0500 Subject: [PATCH] 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" --- packages/frontend/src/pages/drive.file.info.vue | 2 +- sharkey-locales/en-US.yml | 1 - 2 files changed, 1 insertion(+), 2 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 diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 2473573ecd..01445d6d6f 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -51,7 +51,6 @@ mediaSilencedByBase: "This host's media is silenced implicitly because a base do driveSearchbarPlaceholder: "Search drive" fileNotSelected: "No file selected" background: "Background" -description: "Alt text" inputNewDescription: "Enter new alt text" describeFile: "Add alt text" enterFileDescription: "Enter alt text"