public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [PATCH proxmox-backup] ui: task descriptions: use title case also for 'Format Media' task
@ 2026-03-26 15:38 Fiona Ebner
  0 siblings, 0 replies; only message in thread
From: Fiona Ebner @ 2026-03-26 15:38 UTC (permalink / raw)
  To: pbs-devel

This also aligns the task description with what is used in
proxmox-yew-comp to avoid a near-duplicate for translating.

Reported-by: ribbon <ribbon@skrbn.sakura.ne.jp>
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
---
 www/Utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/Utils.js b/www/Utils.js
index fc9a5916..25fba16f 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -433,7 +433,7 @@ Ext.define('PBS.Utils', {
             dircreate: [gettext('Directory Storage'), gettext('Create')],
             dirremove: [gettext('Directory'), gettext('Remove')],
             'eject-media': [gettext('Drive'), gettext('Eject Media')],
-            'format-media': [gettext('Drive'), gettext('Format media')],
+            'format-media': [gettext('Drive'), gettext('Format Media')],
             'forget-group': [gettext('Group'), gettext('Remove Group')],
             garbage_collection: ['Datastore', gettext('Garbage Collect')],
             'realm-sync': ['Realm', gettext('User Sync')],
-- 
2.47.3





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-26 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-26 15:38 [PATCH proxmox-backup] ui: task descriptions: use title case also for 'Format Media' task Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal