forked from 0x2620/pandora
annotation dialog: change case
This commit is contained in:
parent
a12e1d2450
commit
e690a4ca97
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ pandora.ui.annotationDialog = function(layer) {
|
|||
text: Ox._('To add or edit {0}, ' + (
|
||||
isEditor
|
||||
? 'please sign up or sign in.'
|
||||
: 'just switch to the editor.'), [layer]
|
||||
),
|
||||
: 'just switch to the editor.'
|
||||
), [layer.toLowerCase()]),
|
||||
title: Ox.toTitleCase(layer)
|
||||
});
|
||||
return that;
|
||||
|
|
Loading…
Reference in a new issue