mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Remove extraneous comma
Achtung!
This commit is contained in:
parent
210066a4f7
commit
21e8338d78
1 changed files with 1 additions and 1 deletions
|
@ -1170,7 +1170,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
|
||||||
case SelfSigningKey:
|
case SelfSigningKey:
|
||||||
return tr(
|
return tr(
|
||||||
"The key to verify your own devices. If it is cached, verifying one of your devices "
|
"The key to verify your own devices. If it is cached, verifying one of your devices "
|
||||||
"will mark it verified for all your other devices and for users, that have verified "
|
"will mark it verified for all your other devices and for users that have verified "
|
||||||
"you.");
|
"you.");
|
||||||
case UserSigningKey:
|
case UserSigningKey:
|
||||||
return tr(
|
return tr(
|
||||||
|
|
Loading…
Reference in a new issue