1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Translatable description for OpenSearch XML

This commit is contained in:
Maximilian Walter
2024-09-14 15:43:46 +02:00
parent 4f890c431c
commit a5b031f906
2 changed files with 4 additions and 1 deletions

View File

@@ -107,4 +107,7 @@ return [
// Not directly used but available for convenience to users.
'privacy_policy' => 'Privacy Policy',
'terms_of_service' => 'Terms of Service',
// OpenSearch
'opensearch_description' => 'Search :appName',
];