From: Fiona Ebner <f.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup] ui: task descriptions: use title case also for 'Format Media' task
Date: Thu, 26 Mar 2026 16:38:14 +0100 [thread overview]
Message-ID: <20260326153907.162682-1-f.ebner@proxmox.com> (raw)
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
reply other threads:[~2026-03-26 15:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260326153907.162682-1-f.ebner@proxmox.com \
--to=f.ebner@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.