mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
thunderbolt: capitalize Thunderbolt in a translatable string
This commit is contained in:
parent
5b10d157fe
commit
a198dfe3d8
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ var Indicator = new Lang.Class({
|
|||
|
||||
_onEnrollFailed(obj, device, error) {
|
||||
const title = _('Thunderbolt authorization error');
|
||||
const body = _('Could not authorize the thunderbolt device: %s'.format(error.message));
|
||||
const body = _('Could not authorize the Thunderbolt device: %s'.format(error.message));
|
||||
this._notify(title, body);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue