1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00

Correct language string for tags

This commit is contained in:
Kovah 2020-08-23 15:42:52 +02:00
parent 7cff07edfe
commit ec7f5a3ef8
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -18,7 +18,7 @@ return [
'links_private_default_help' => 'Enabling this will make all new links private by default',
'notes_private_default' => 'Private Notes by default',
'notes_private_default_help' => 'Enabling this will make all new notes private by default',
'tags_private_default' => 'Private Notes by default',
'tags_private_default' => 'Private Tags by default',
'tags_private_default_help' => 'Enabling this will make all new tags private by default',
'lists_private_default' => 'Private Lists by default',
'lists_private_default_help' => 'Enabling this will make all new lists private by default',