Skip to content

Commit bd865c2

Browse files
committed
Fine-tune wording as per @ParaskP7's feedback
See #17199 (review)
1 parent 2e9ac09 commit bd865c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fastlane/lanes/build.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@ def upload_installable_build(product:)
265265
<summary>#{icon}📲 You can test these changes on #{product} by <a href='#{install_url}'>downloading <tt>#{filename}</tt></a></summary>
266266
<table><tr>
267267
<td width='250' rowspan='5'><a href='#{install_url}'><img src='#{qr_code_url}' width='250' height='250' /></a></td>
268-
<td colspan='2'>💡 Tip: You can also scan this QR code with your Android phone to download and install the APK directly on it.</td>
268+
<td colspan='2'>💡 Scan this QR code with your Android phone to download and install the APK directly on it.</td>
269269
</tr>
270-
<tr><td width='150px'><b>Product</b></td><td><tt>#{product}</tt></td></tr>
271-
<tr><td><b>Flavor</b></td><td><tt>#{INSTALLABLE_BUILD_FLAVOR}</tt></td></tr>
270+
<tr><td width='150px'><b>App</b></td><td><tt>#{product}</tt></td></tr>
271+
<tr><td><b>Build Flavor</b></td><td><tt>#{INSTALLABLE_BUILD_FLAVOR}</tt></td></tr>
272272
<tr><td><b>Build Type</b></td><td><tt>#{INSTALLABLE_BUILD_TYPE}</tt></td></tr>
273273
<tr><td><b>Commit</b></td><td>#{ENV['BUILDKITE_COMMIT']}</td></tr>
274274
</table>
275275
</details>
276-
<em>Note: This installable build uses the <tt>#{INSTALLABLE_BUILD_FLAVOR}#{INSTALLABLE_BUILD_TYPE}</tt> flavor, and does not support Google Login.</em>
276+
<em>Note: This installable build uses the <tt>#{INSTALLABLE_BUILD_FLAVOR}#{INSTALLABLE_BUILD_TYPE}</tt> build flavor, and does not support Google Login.</em>
277277
PR_COMMENT
278278

279279
comment_on_pr(

0 commit comments

Comments
 (0)