diff --git a/js/ui/status/thunderbolt.js b/js/ui/status/thunderbolt.js index 6c97ac832..6f563c1e0 100644 --- a/js/ui/status/thunderbolt.js +++ b/js/ui/status/thunderbolt.js @@ -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); }