Remove extraneous comma

Achtung!
pull/969/head
Eldred Habert 3 years ago committed by GitHub
parent 210066a4f7
commit 21e8338d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/UserSettingsPage.cpp

@ -1170,7 +1170,7 @@ UserSettingsModel::data(const QModelIndex &index, int role) const
case SelfSigningKey:
return tr(
"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.");
case UserSigningKey:
return tr(

Loading…
Cancel
Save