We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Problem in Language area of Admin [Answered] | Forum

Topic location: Forum home » Support » General Questions
Elizabeth
Elizabeth Sep 7 '15
I'm customizing my theme and decided to remove the words from the header and just use icons. So removed Messages, Notifications, etc. in the language section of the admin panel. Only if you erase the word and make it blank, it restores the word. So I thought it outsmarted it and I just added a space. That worked EXCEPT it made the whole line disappear in the admin panel so I can't edit it anymore. After I did this, I liked the look, but it throws off the code in the theme and might be too much to try to fix. For now, I want to restore the original words but the lines to edit it aren't in the language panel anymore.

Any suggestions on which file to replace to get it back?

Thanks
The Forum post is edited by Taissa Sep 10 '15
ross Team
ross Sep 7 '15


No need to restore any file, you can do the search by the keys not values, by going here: www.yoursite.com/admin/dev-tools/languages. You'll get a checkbox next to the search area "in keys" and do the search by these keys: 

notifications+console_item_label

mailbox+mailbox_console_title


using the keywords, like console_item and console_title you'll be able to find those empty values then. 


ross Team
ross Sep 7 '15
Topic was moved from Bug reports and troubleshooting.
Elizabeth
Elizabeth Sep 8 '15
Thanks Ross. Worked perfectly. Appreciate your help!