diff options
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-third-party-apps.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-third-party-apps.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-third-party-apps.html.tmpl index 8d911e2c9..d98521c8f 100644 --- a/extensions/BMO/template/en/default/bug/create/create-third-party-apps.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-third-party-apps.html.tmpl @@ -134,8 +134,9 @@ <div class="field_desc"> Please let us know what device you were using when you experienced this issue. For FirefoxOS devices; please include the device make, model, and OS - version at a minimum. RAM, Chipset, and Screen size is preferred if that - information is available. + version at a minimum. RAM, Chipset, Screen size, and buildID is preferred + if that information is available. (You can find BuildID by using this nav + path on your FirefoxOS device; Settings—>Device info—>More info) </div> <textarea name="device_info" id="device_info" rows="10" cols="60" class="wide"></textarea> </div> |