Fix reference to i18n key: Unlinked -> unlinked

pull/1/head
Scott Nonnenberg 7 years ago
parent d51b2b48d1
commit e9926b3a2a

@ -89,7 +89,7 @@
instructions = i18n('checkNetworkConnection');
} else if (!Whisper.Registration.isDone()) {
hasInterruption = true;
message = i18n('Unlinked');
message = i18n('unlinked');
instructions = i18n('unlinkedWarning');
action = i18n('relink');
buttonClass = 'openInstaller';

Loading…
Cancel
Save