Skip to content

Commit

Permalink
update text for qr mobile login to reflect all apps
Browse files Browse the repository at this point in the history
fixes MBL-14151
flag=mobile_qr_login

test plan:
 - specs pass

Change-Id: I30eb5eac33c7bad30343f971e64d4f2d7ad4d54d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/231686
Reviewed-by: Pat Renner <[email protected]>
Reviewed-by: Charley Kline <[email protected]>
Tested-by: Service Cloud Jenkins <[email protected]>
QA-Review: Mark McDermott <[email protected]>
Product-Review: Peyton Craighill <[email protected]>
  • Loading branch information
ktgeek committed Mar 27, 2020
1 parent a70a901 commit 43de935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jsx/navigation_header/trays/QRLoginModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export function QRLoginModal({onDismiss, refreshInterval, pollInterval}) {
<Modal.Body>
<View display="block">
{I18n.t(
'To log in to your Canvas account when you’re on the go, scan this QR code from the Canvas Student app.'
'To log in to your Canvas account when you’re on the go, scan this QR code from any Canvas mobile app.'
)}
</View>
{renderQRCode()}
Expand Down

0 comments on commit 43de935

Please sign in to comment.