Select to view content in your preferred language

Changing Text in my URL Field

427
3
04-15-2019 11:51 AM
PrestonStafford2
Emerging Contributor

I'm trying to change how the text looks in in my URL field in the pop up on my Webmap. 

 It just says "more Info". Where do I go to change this text??

Tags (1)
0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Preston,

  The "More Info" text comes from the JS API localized strings, widgets.popup.NLS_moreInfo So the only way to change that text is to override that string in WAB.

esriBundle.widgets.popup.NLS_moreInfo = "blah";
PrestonStafford2
Emerging Contributor

Ok, Great thank you.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Don't forget to mark this question as answered by clicking on the "Mark Correct" link on the reply that answered your question.