Merge pull request #3767 from tunght/new-account-email-domains

New account email domains
This commit is contained in:
Ylian Saint-Hilaire
2022-03-16 02:16:49 -07:00
committed by GitHub
4 changed files with 28 additions and 4 deletions

View File

@@ -16077,7 +16077,8 @@
"No phone number for this user",
"SMS succesfuly sent.",
"SMS error",
"SMS error: {0}"
"SMS error: {0}",
"Email domain \"{0}\" is not allowed. Only ({1}) are allowed" // 30
];
if (typeof n.titleid == 'number') { try { n.title = translatedTitles[n.titleid]; } catch (ex) {} }
if (typeof n.msgid == 'number') { try { n.text = translatedMessages[n.msgid]; if (Array.isArray(n.args)) { n.text = format(n.text, n.args[0], n.args[1], n.args[2], n.args[3], n.args[4], n.args[5]); } } catch (ex) { } }