mirror of https://github.com/pixelfed/pixelfed.git
Fix: syntax error, unexpected ''taggingPeople'' (T_CONSTANT_ENCAPSED_STRING) #3307
https://github.com/pixelfed/pixelfed/issues/3307
This commit is contained in:
parent
7db44d8d85
commit
560a8ef19d
|
@ -21,8 +21,8 @@ return [
|
|||
'blockingAccounts' => 'Блокировка аккаунтов',
|
||||
'safetyTips' => 'Советы по безопасности',
|
||||
'reportSomething' => 'Жалобы',
|
||||
'dataPolicy' => 'Конфиденциальность'
|
||||
'dataPolicy' => 'Конфиденциальность',
|
||||
|
||||
'taggingPeople' => 'Отметки людей'
|
||||
'taggingPeople' => 'Отметки людей',
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue