diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index 001f8d4ba..f4610c723 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -363,7 +363,7 @@ const ConfirmNotification = new Lang.Class({ this._applet = applet; this._devicePath = device_path; this.addBody(_("Device %s wants to pair with this computer").format(long_name)); - this.addBody(_("Please confirm whether the PIN '%06d' matches the one on the device.").format(pin)); + this.addBody(_("Please confirm whether the Passkey '%06d' matches the one on the device.").format(pin)); /* Translators: this is the verb, not the noun */ this.addButton('matches', _("Matches"));