Changing Text in my URL Field

309
3
04-15-2019 11:51 AM
PrestonStafford2
New Contributor II

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
New Contributor II

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.