chore: rename "Library" to "External Library" in system settings (#7744)

* Change "Library" > "External Library" under system settings

This is intended to assist with any confusion regarding standard libraries

* Changed key from "library" to "external-library"

* Updated "Encode Clip" to "Smart Search"
This commit is contained in:
DeclanE
2024-03-08 16:49:44 +00:00
committed by GitHub
parent 89f6190fb0
commit fe8c6b17a6
2 changed files with 4 additions and 4 deletions
@@ -72,9 +72,9 @@
},
{
item: LibrarySettings,
title: 'Library',
subtitle: 'Manage library settings',
key: 'library',
title: 'External Library',
subtitle: 'Manage external library settings',
key: 'external-library',
},
{
item: LoggingSettings,