create a translation key for the 'style' category in settings

pull/1/head
ansuz 4 years ago
parent a9c1d4650f
commit ea210c0ca1

@ -419,6 +419,7 @@ define([
Messages.settings_colortheme_light = "Light";
Messages.settings_colortheme_dark = "Dark";
Messages.settings_colortheme_custom = "Custom";
Messages.settings_cat_style = "Appearance";
makeBlock('colortheme', function (cb) {
var theme = window.cryptpadStore.store['colortheme'] || 'default';

Loading…
Cancel
Save