Skip to content
Snippets Groups Projects
Commit 38f00234 authored by Édouard Denommée's avatar Édouard Denommée Committed by Adrien Béraud
Browse files

typo: registred -> registered

Associated daemon changes linked:
https://review.jami.net/c/ring-daemon/+/16111

Change-Id: Ia2d05c3b814617bd44c93ce9fc108efbddc23049
parent 7d507b45
No related branches found
No related tags found
No related merge requests found
...@@ -96,11 +96,11 @@ QMetaObject::Connection stateChanged; ...@@ -96,11 +96,11 @@ QMetaObject::Connection stateChanged;
NSDictionary *attrs = @{ NSDictionary *attrs = @{
NSFontAttributeName:[NSFont boldSystemFontOfSize:fontSize] NSFontAttributeName:[NSFont boldSystemFontOfSize:fontSize]
}; };
auto registredName = accountInfo.registeredName; auto registeredName = accountInfo.registeredName;
if(!registredName.isEmpty()) { if(!registeredName.isEmpty()) {
[infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:NSLocalizedString(@"Registered name: ",@"Text shown to the user") [infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:NSLocalizedString(@"Registered name: ",@"Text shown to the user")
attributes:attrs]]; attributes:attrs]];
[infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:registredName.toNSString() attributes:attrs]]; [infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:registeredName.toNSString() attributes:attrs]];
} else if(!accountInfo.profileInfo.uri.isEmpty()) { } else if(!accountInfo.profileInfo.uri.isEmpty()) {
[infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:NSLocalizedString(@"ID: ",@"Text shown to the user") [infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:NSLocalizedString(@"ID: ",@"Text shown to the user")
attributes:attrs]]; attributes:attrs]];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment