Skip to content

Commit cf444a5

Browse files
committed
Corrected some issues
derivePlatformsFromAssets in AppHeader.kt use of if statements rather than when Use of string resources for content description in ReleaseAssetsPicker.kt
1 parent f95cf0a commit cf444a5

File tree

3 files changed

+251
-256
lines changed

3 files changed

+251
-256
lines changed

core/presentation/src/commonMain/composeResources/values/strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,14 +384,16 @@
384384
<string name="select_version">Select version</string>
385385
<string name="pre_release_badge">Pre-release</string>
386386
<string name="latest_badge">Latest</string>
387-
<string name="no_version_selected">0</string>
387+
<string name="no_version_selected">No version</string>
388388
<string name="versions_title">Versions</string>
389389
<string name="assets_title">Assets</string>
390390
<string name="no_assets_selected">No Assets</string>
391391
<string name="no_assets_in_list">No assets associated with this release</string>
392392
<string name="assets_selection_label">Select Asset Option</string>
393393
<string name="multiple_assets_info_dialog_title">Multiple Assets Available</string>
394394
<string name="multiple_assets_info_dialog_text">There are multiple installable files and application downloaders available for this release. Please review the list and select the one that matches your device requirements.</string>
395+
<string name="icon_content_description_info">Info</string>
396+
395397

396398
<!-- Apps feature - Last checked -->
397399
<string name="last_checked">Last checked: %1$s</string>

0 commit comments

Comments
 (0)