Skip to content

Commit fa55552

Browse files
author
Fatme
authored
Merge pull request #3973 from NativeScript/fatme/fix-texts-on-preview
fix: improve texts shown on preview command
2 parents 8036ba3 + 5a09c04 commit fa55552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/services/livesync/playground/qr-code-generator.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export class PlaygroundQrCodeGenerator implements IPlaygroundQrCodeGenerator {
4545

4646
private printUsage(): void {
4747
this.$logger.info(`
48-
-> Press ${this.underlineBoldCyan("a")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("Android")}
49-
-> Press ${this.underlineBoldCyan("i")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("iOS")}
50-
-> Press ${this.underlineBoldCyan("c")} to show the QR code of the ${this.underlineBoldCyan("current application")}.
48+
-> Press ${this.underlineBoldCyan("a")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("Android")} on Google Play
49+
-> Press ${this.underlineBoldCyan("i")} to get a link to NativeScript Playground app for ${this.underlineBoldCyan("iOS")} on the App Store
50+
-> Press ${this.underlineBoldCyan("c")} to show the QR code of ${this.underlineBoldCyan("your application")}
5151
`);
5252
}
5353

0 commit comments

Comments
 (0)