1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update src/controllers/dashboard/plugins/installed/index.js

Co-authored-by: Cameron <Influence365@gmail.com>
This commit is contained in:
Julien Machiels 2020-08-07 23:58:01 +02:00 committed by MrTimscampi
parent 3180a7a177
commit 232ba8182a

View file

@ -25,7 +25,7 @@ function deletePlugin(page, uniqueid, name) {
function showNoConfigurationMessage() {
Dashboard.alert({
message: globalize.translate('NoPluginConfigurationMessage')
message: globalize.translate('MessageNoPluginConfiguration')
});
}