front: use same picker title for images and media
This commit is contained in:
parent
1f7089744d
commit
d73d431eec
2 changed files with 1 additions and 2 deletions
|
@ -223,7 +223,7 @@ function popup(type, action, text) {
|
|||
case "picker":
|
||||
switch (text.type) {
|
||||
case "images":
|
||||
eid("picker-title").innerHTML = loc.ImagePickerTitle;
|
||||
eid("picker-title").innerHTML = loc.MediaPickerTitle;
|
||||
eid("picker-subtitle").innerHTML = isMobile ? loc.ImagePickerExplanationPhone : loc.ImagePickerExplanationPC;
|
||||
|
||||
eid("picker-holder").classList.remove("various");
|
||||
|
|
|
@ -637,7 +637,6 @@ export default function(obj) {
|
|||
'MediaPickerTitle',
|
||||
'MediaPickerExplanationPhone',
|
||||
'MediaPickerExplanationPC',
|
||||
'ImagePickerTitle',
|
||||
'ImagePickerExplanationPhone',
|
||||
'ImagePickerExplanationPC',
|
||||
'FeatureErrorGeneric',
|
||||
|
|
Loading…
Reference in a new issue