Skip to content

Commit 708f365

Browse files
fix: Corrected escaped apostrophe in string resource
The string resource `summary_preference_android_studio_navigation_drawer` contained an unescaped apostrophe. This commit escapes the apostrophe to prevent potential issues.
1 parent 339ff57 commit 708f365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
<string name="summary_preference_android_studio_simple_notifications">Learn how to use notifications in your Android app with this lesson. Discover how to create a notification channel and builder, and how to show notifications to your users. Explore the different options available for customizing your notifications.</string>
362362
<string name="summary_preference_android_studio_inbox_notifications">Learn how to use inbox style notifications in your Android app with this lesson. Discover how to create a notification channel and builder, and how to set the style of your notifications to an InboxStyle with multiple lines of text and a summary text. Explore the different options available for customizing your inbox style notifications.</string>
363363
<string name="summary_preference_android_studio_bottom_navigation">A bottom navigation bar lets you quickly switch between top-level views in your app.</string>
364-
<string name="summary_preference_android_studio_navigation_drawer">A navigation drawer slides in from the side and displays the app's main navigation options.</string>
364+
<string name="summary_preference_android_studio_navigation_drawer">A navigation drawer slides in from the side and displays the app\'s main navigation options.</string>
365365
<string name="summary_alert_dialog_close">Are you sure you want to exit?</string>
366366
<string name="summary_alert_dialog_message">This will be the message you will see on screen!</string>
367367
<string name="summary_alert_dialog_require_restart">To take effect please restart the app!</string>

0 commit comments

Comments
 (0)