mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-10 01:18:06 +03:00
ui: fix broken gettext use
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
731eeef25b
commit
5176346b30
@ -395,7 +395,7 @@ Ext.define('PBS.dashboard.SubscriptionInfo', {
|
|||||||
break;
|
break;
|
||||||
case 0:
|
case 0:
|
||||||
icon = 'times-circle critical';
|
icon = 'times-circle critical';
|
||||||
message = gettext('<h1>No valid subscription</h1>' + PBS.Utils.noSubKeyHtml);
|
message = `<h1>${gettext('No valid subscription')}</h1>${PBS.Utils.noSubKeyHtml}`;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw 'invalid subscription status';
|
throw 'invalid subscription status';
|
||||||
|
Loading…
Reference in New Issue
Block a user