diff --git a/locale/_base/translations.suml b/locale/_base/translations.suml index 88c64025b..e34b40013 100644 --- a/locale/_base/translations.suml +++ b/locale/_base/translations.suml @@ -908,13 +908,13 @@ profile: options: Public: header: 'Public' - description: 'Anyone with a link can see your card.' + description: 'Anyone with a link can see your full card.' InternalBots: header: 'Internal + bots' - description: 'Only logged in users can see your card on the website, bots and other integrations can fetch your data via the API.' + description: 'Only logged in users can see your full card on the website, bots and other integrations can fetch your data via the API.' Internal: header: 'Internal' - description: 'Only logged in users can see your card.' + description: 'Only logged in users can see your full card.' always: 'Your username, avatar and pronouns will remain public regardless of the visibility settings.' accessDenied: 'This card is only visible to logged in users.' diff --git a/locale/en/translations.suml b/locale/en/translations.suml index 8b10ef9ce..ad2c34819 100644 --- a/locale/en/translations.suml +++ b/locale/en/translations.suml @@ -1110,13 +1110,13 @@ profile: options: Public: header: 'Public' - description: 'Anyone with a link can see your card.' + description: 'Anyone with a link can see your full card.' InternalBots: header: 'Internal + bots' - description: 'Only logged in users can see your card on the website, bots and other integrations can fetch your data via the API.' + description: 'Only logged in users can see your full card on the website, bots and other integrations can fetch your data via the API.' Internal: header: 'Internal' - description: 'Only logged in users can see your card.' + description: 'Only logged in users can see your full card.' always: 'Your username, avatar and pronouns will remain public regardless of the visibility settings.' accessDenied: 'This card is only visible to logged in users.' diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index 22915bb3f..a107f9446 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -1734,13 +1734,13 @@ profile: options: Public: header: 'Publiczny' - description: 'Każda osoba znająca link może zobaczyć Twoją wizytówkę.' + description: 'Każda osoba znająca link może zobaczyć Twoją pełną wizytówkę.' InternalBots: header: 'Wewnętrzny + boty' - description: 'Tylko zalogowane osoby mogą zobaczyć Twoją wizytówkę na stronie, ale boty i inne integracje mogą pobrać dane przez API.' + description: 'Tylko zalogowane osoby mogą zobaczyć Twoją pełną wizytówkę na stronie, ale boty i inne integracje mogą pobrać dane przez API.' Internal: header: 'Wewnętrzny' - description: 'Tylko zalogowane osoby mogą zobaczyć Twoją wizytówkę.' + description: 'Tylko zalogowane osoby mogą zobaczyć Twoją pełną wizytówkę.' always: 'Twoja nazwa użytkownicza, awatar i zaimki pozostaną widoczne niezależnie od ustawień widocznośći.' accessDenied: 'Ta wizytówka jest widoczna wyłącznie dla zalogowanych osób.' diff --git a/pages/profile/editor.vue b/pages/profile/editor.vue index 635963036..039dbc6d6 100644 --- a/pages/profile/editor.vue +++ b/pages/profile/editor.vue @@ -349,7 +349,7 @@