diff --git a/site/plugins/admin/lang/sv_SE.yaml b/site/plugins/admin/lang/sv_SE.yaml index f35a0c75..43e17b50 100644 --- a/site/plugins/admin/lang/sv_SE.yaml +++ b/site/plugins/admin/lang/sv_SE.yaml @@ -201,9 +201,11 @@ admin_sqlite3_table: "SQLite tabell" admin_error_name_empty_input: "Namnet måste vara ett alfanumeriskt värde (minst 1 tecken)" admin_error_title_empty_input: "Rubriken måste vara ett alfanumeriskt värde (minst 1 tecken)" admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)" -admin_help_text_for_label: "The fieldsets label shown in the Admin Panel." -admin_help_text_for_name: "The fieldsets unique name in lowercase chars only." -admin_help_text_for_icon: "The fieldsets valid :link icon class." +admin_help_text_for_fieldsets_label: "The fieldsets label shown in the Admin Panel." +admin_help_text_for_fieldsets_name: "The fieldsets unique name in lowercase chars only." +admin_help_text_for_fieldsets_icon: "The fieldsets valid :link icon class." +admin_help_text_for_snippets_name: "The snippets unique name in lowercase chars only." +admin_help_text_for_temlates_name: "The unique name in lowercase chars only." admin_entries_visible: "Synlig" admin_entries_draft: "Utkast" admin_entries_hidden: "Dold"