1
0
Fork 0
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:
ovari123 2025-03-10 23:24:00 -05:00 committed by Adrien Béraud
parent fc70ddc6dc
commit 73eacd5125

View file

@ -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);