mirror of
https://github.com/friendica/friendica
synced 2025-04-24 10:30:11 +00:00
More missed calls
missed t() calls
This commit is contained in:
parent
428a22cc76
commit
df7bdbfc66
4 changed files with 5 additions and 5 deletions
|
@ -639,7 +639,7 @@ function dfrn_request_content(App $a)
|
|||
$page_desc = L10n::t("Please enter your 'Identity Address' from one of the following supported communications networks:");
|
||||
|
||||
$invite_desc = sprintf(
|
||||
t('If you are not yet a member of the free social web, <a href="%s">follow this link to find a public Friendica site and join us today</a>.'),
|
||||
L10n::t('If you are not yet a member of the free social web, <a href="%s">follow this link to find a public Friendica site and join us today</a>.'),
|
||||
get_server() . '/servers'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue