[TIMOB-7262] MobileWeb: String format is not replacing the strings accordingly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-01-27T09:38:22.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | qe-ios11612 |
Reporter | Natalie Huynh |
Assignee | Chris Barber |
Created | 2012-01-17T14:33:09.000+0000 |
Updated | 2014-01-28T23:44:49.000+0000 |
Description
Steps To Reproduce
1. Create a new mobile application with the single window application
2. Compile mobile web to browser
Actual:
"Welcome to %s!"
Expected:
Welcome to Titanium!
This ticket is a duplicate of TIMOB-6605. Please refer to that ticket for more info.