diff --git a/locale/en/translations.suml b/locale/en/translations.suml index 7e29f120..f8f313fc 100644 --- a/locale/en/translations.suml +++ b/locale/en/translations.suml @@ -369,7 +369,8 @@ faq: - > There's a generator on the homepage, you can use it to create a link to any pronoun set you like. - > - You can also just list the five forms using slashes, eg. {/ze/zem/zir/zirs/zirself=ze/zem/zir/zirs/zirself} + You can also just list the five forms using slashes, eg. {/ze/zem/zir/zirs/zirself=ze/zem/zir/zirs/zirself}. + Keep in mind that all five forms are required in that case, otherwise the app can only guess what exactly do you mean. links: header: 'Links' @@ -456,7 +457,12 @@ profile: description: 'Description' names: 'Names' pronouns: 'Pronouns' - pronounsInfo: 'You can enter a pronoun (eg. “they” or “she/her”) or a link (eg. “https://en.pronouns.page/e”) or the custom five forms (eg. “ze/zem/zir/zirs/zirself”).' + pronounsInfo: > + You can enter a pronoun (eg. “they” or “she/her”) + or a link (eg. “https://en.pronouns.page/e”) + or the custom five forms (eg. “ze/zem/zir/zirs/zirself”). + Keep in mind that all five forms are required in that case, + otherwise the app can only guess what exactly do you mean. pronounsNotFound: 'We can''t find a link to this pronoun!' words: 'Words' birthday: 'Age' diff --git a/routes/profileEditor.vue b/routes/profileEditor.vue index 675a8ab6..268521c0 100644 --- a/routes/profileEditor.vue +++ b/routes/profileEditor.vue @@ -69,7 +69,7 @@ profile.pronouns -

+

profile.pronounsInfo