typo: registred -> registered

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

Change-Id: Ia2d05c3b814617bd44c93ce9fc108efbddc23049
diff --git a/src/MigrateRingAccountsWC.mm b/src/MigrateRingAccountsWC.mm
index ffbbec5..d94a934 100644
--- a/src/MigrateRingAccountsWC.mm
+++ b/src/MigrateRingAccountsWC.mm
@@ -96,11 +96,11 @@
     NSDictionary *attrs = @{
                             NSFontAttributeName:[NSFont boldSystemFontOfSize:fontSize]
                             };
-    auto registredName = accountInfo.registeredName;
-    if(!registredName.isEmpty()) {
+    auto registeredName = accountInfo.registeredName;
+    if(!registeredName.isEmpty()) {
         [infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:NSLocalizedString(@"Registered name: ",@"Text shown to the user")
                                                                             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()) {
         [infoMessage appendAttributedString:[[NSAttributedString alloc] initWithString:NSLocalizedString(@"ID: ",@"Text shown to the user")
                                                                             attributes:attrs]];