Fix: syntax error, unexpected ''taggingPeople'' (T_CONSTANT_ENCAPSED_STRING) #3307

https://github.com/pixelfed/pixelfed/issues/3307
This commit is contained in:
Rm Yakovenko 2022-03-12 16:40:38 +02:00
parent 7db44d8d85
commit 560a8ef19d
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ return [
'blockingAccounts' => 'Блокировка аккаунтов',
'safetyTips' => 'Советы по безопасности',
'reportSomething' => 'Жалобы',
'dataPolicy' => 'Конфиденциальность'
'dataPolicy' => 'Конфиденциальность',
'taggingPeople' => 'Отметки людей'
'taggingPeople' => 'Отметки людей',
];