Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/src/main/res/values-qq/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@
<string name="activity_tab_menu_feedback">Menu label for providing feedback on the activity tab.</string>
<string name="activity_tab_menu_info">Menu label for visiting the information page of the activity tab.</string>
<string name="activity_tab_menu_customize">Menu label for opening the activity tab customization screen.</string>
<string name="activity_tab_menu_customize_description">Text shown in the Customize screen explaining how Activity tab works.</string>
<string name="activity_tab_menu_customize_description">Text shown in the Customize screen that explains how modules are generated in the Activity tab.</string>
<string name="activity_tab_highlights">Label for the Highlights section of the Activity tab.</string>
<string name="activity_tab_customize_screen_reading_history_switch_title">Title of the switch for the Reading history module in the customize screen.</string>
<string name="activity_tab_impact">Label for the Impact section of the activity tab</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@
<string name="activity_tab_menu_feedback">Problem with feature</string>
<string name="activity_tab_menu_info">Learn more</string>
<string name="activity_tab_menu_customize">Customize</string>
<string name="activity_tab_menu_customize_description">Activity tab insights are based on the primary language set in settings and is leveraging local data with the exception of edits which are public.</string>
<string name="activity_tab_menu_customize_description">Reading insights are based on your app languages in settings, and editing insights are limited to your primary app language. Insights leverage local data, with the exception of edits which are public.</string>
<string name="activity_tab_highlights">Highlights</string>
<string name="activity_tab_customize_screen_reading_history_switch_title">Reading history</string>
<string name="activity_tab_impact">Your impact</string>
Expand Down
Loading