mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
[fromgplus] Remove empty call to L10n::t()
- Regenerate master messages.po
This commit is contained in:
parent
31e55d6d5a
commit
facfd74288
2 changed files with 10 additions and 10 deletions
|
@ -103,7 +103,7 @@ function fromgplus_addon_admin(&$a, &$o)
|
|||
|
||||
$o = replace_macros($t, [
|
||||
'$submit' => L10n::t('Save Settings'),
|
||||
'$key' => ['key', L10n::t('Key'), trim(Config::get('fromgplus', 'key')), L10n::t('')],
|
||||
'$key' => ['key', L10n::t('Key'), trim(Config::get('fromgplus', 'key')), ''],
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue