mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-04-21 21:52:03 +02:00
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
This commit is contained in:
parent
fc70ddc6dc
commit
73eacd5125
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue