Skip to content
Snippets Groups Projects
Commit 73eacd51 authored by ovari's avatar ovari Committed by Adrien Béraud
Browse files

src/app/linkdevicemodel.cpp: cleanup

New device identifier is not recognized.\nPlease follow above instruction. → Unrecognized new device identifier. Please follow the instructions above.

Change-Id: I75a1f89d738629eff031bdd3258435d7b72a4fce
parent fc70ddc6
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ LinkDeviceModel::addDevice(const QString& token)
{
set_tokenErrorMessage("");
auto errorMessage = QObject::tr(
"New device identifier is not recognized.\nPlease follow above instruction.");
"Unrecognized new device identifier. Please follow the instructions above.");
if (!token.startsWith("jami-auth://") || (token.length() != 59)) {
set_tokenErrorMessage(errorMessage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment