thunderbolt: capitalize Thunderbolt in a translatable string

This commit is contained in:
Piotr Drąg 2018-04-13 21:52:32 +02:00
parent 5b10d157fe
commit a198dfe3d8

View File

@ -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);
}