Skip to content

Commit 8d3c234

Browse files
authored
Merge pull request #864 from SimonMarquis/patch-2
Add missing full stop in `search_not_ready` string
2 parents cd2fbb0 + 995d7b6 commit 8d3c234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feature/search/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<string name="search">Search</string>
1919
<string name="clear_search_text_content_desc">Clear search text</string>
2020
<string name="search_result_not_found">Sorry, there is no content found for your search \"%1$s\"</string>
21-
<string name="search_not_ready">Sorry, we are still processing the search index. Please come back later</string>
21+
<string name="search_not_ready">Sorry, we are still processing the search index. Please come back later.</string>
2222
<string name="try_another_search">Try another search or explorer </string>
2323
<string name="interests">Interests</string>
2424
<string name="to_browse_topics"> to browse topics</string>
2525
<string name="topics">Topics</string>
2626
<string name="updates">Updates</string>
2727
<string name="recent_searches">Recent searches</string>
2828
<string name="clear_recent_searches_content_desc">Clear searches</string>
29-
</resources>
29+
</resources>

0 commit comments

Comments
 (0)