mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-24 13:30:47 +00:00
Merge pull request #3308 from rm-yakovenko/issues/3307
Fix: syntax error, unexpected ''taggingPeople'' (T_CONSTANT_ENCAPSED_…
This commit is contained in:
commit
c5e5ca6d34
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ return [
|
||||||
'blockingAccounts' => 'Блокировка аккаунтов',
|
'blockingAccounts' => 'Блокировка аккаунтов',
|
||||||
'safetyTips' => 'Советы по безопасности',
|
'safetyTips' => 'Советы по безопасности',
|
||||||
'reportSomething' => 'Жалобы',
|
'reportSomething' => 'Жалобы',
|
||||||
'dataPolicy' => 'Конфиденциальность'
|
'dataPolicy' => 'Конфиденциальность',
|
||||||
|
|
||||||
'taggingPeople' => 'Отметки людей'
|
'taggingPeople' => 'Отметки людей',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue