Bug 33735: Misspelling in SMS provier
Correct spelling error: "provier" -> "provider" This change is a one-character edit, I think visual inspection of the patch is sufficient testing. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
c69b7c69ca
commit
4ad0e757d8
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ sub columns {
|
||||||
"relationship" => __("Relationship"),
|
"relationship" => __("Relationship"),
|
||||||
"secret" => __("Secret (2FA)"),
|
"secret" => __("Secret (2FA)"),
|
||||||
"sex" => __("Gender"),
|
"sex" => __("Gender"),
|
||||||
"sms_provider_id" => __("SMS provier ID (internal)"),
|
"sms_provider_id" => __("SMS provider ID (internal)"),
|
||||||
"smsalertnumber" => __("Mobile phone number"),
|
"smsalertnumber" => __("Mobile phone number"),
|
||||||
"sort1" => __("Sort 1"),
|
"sort1" => __("Sort 1"),
|
||||||
"sort2" => __("Sort 2"),
|
"sort2" => __("Sort 2"),
|
||||||
|
|
Loading…
Reference in a new issue