mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
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":
|
case "picker":
|
||||||
switch (text.type) {
|
switch (text.type) {
|
||||||
case "images":
|
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-subtitle").innerHTML = isMobile ? loc.ImagePickerExplanationPhone : loc.ImagePickerExplanationPC;
|
||||||
|
|
||||||
eid("picker-holder").classList.remove("various");
|
eid("picker-holder").classList.remove("various");
|
||||||
|
|
|
@ -637,7 +637,6 @@ export default function(obj) {
|
||||||
'MediaPickerTitle',
|
'MediaPickerTitle',
|
||||||
'MediaPickerExplanationPhone',
|
'MediaPickerExplanationPhone',
|
||||||
'MediaPickerExplanationPC',
|
'MediaPickerExplanationPC',
|
||||||
'ImagePickerTitle',
|
|
||||||
'ImagePickerExplanationPhone',
|
'ImagePickerExplanationPhone',
|
||||||
'ImagePickerExplanationPC',
|
'ImagePickerExplanationPC',
|
||||||
'FeatureErrorGeneric',
|
'FeatureErrorGeneric',
|
||||||
|
|
Loading…
Reference in a new issue