diff --git a/files/helpers/regex.py b/files/helpers/regex.py index a7a0f28d7..6eeb33f87 100644 --- a/files/helpers/regex.py +++ b/files/helpers/regex.py @@ -102,7 +102,7 @@ search_token_regex = re.compile('"([^"]*)"|(\S+)', flags=re.A) git_regex = re.compile("ref: (refs/.+)", flags=re.A) -pronouns_regex = re.compile("[a-z]{2,5}/[a-z]{2,5}", flags=re.A) +pronouns_regex = re.compile("([a-z]{2,5}|i)/[a-z]{2,5}", flags=re.A) def sub_matcher(match, upper=False): if match.group(0).startswith('<'): diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index a3fb165cf..3131b3b5e 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -466,7 +466,7 @@