Skip to content

Commit c771ade

Browse files
committed
Remove mentions of World Rugby
1 parent 7550a23 commit c771ade

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: app/src/main/java/com/ricknout/rugbyranker/ui/SportFragment.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class SportFragment : DaggerAndroidXFragment(R.layout.fragment_sport) {
139139
private fun setSubtitle(effectiveTime: String?) {
140140
when {
141141
effectiveTime != null -> {
142-
subtitleTextView.text = getString(R.string.subtitle_last_updated_by_world_rugby, effectiveTime)
142+
subtitleTextView.text = getString(R.string.subtitle_last_updated, effectiveTime)
143143
subtitleTextView.isVisible = true
144144
}
145145
rankingsViewModel.hasMatchPredictions() -> {

Diff for: app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<string name="title_fixtures">Fixtures</string>
1010
<string name="title_results">Results</string>
1111

12-
<string name="subtitle_last_updated_by_world_rugby">Last updated by World Rugby: %s</string>
12+
<string name="subtitle_last_updated">Last updated: %s</string>
1313
<plurals name="subtitle_predicting_matches">
1414
<item quantity="one">Predicting %d match</item>
1515
<item quantity="other">Predicting %d matches</item>

Diff for: info/src/main/res/layout/fragment_info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
android:layout_height="wrap_content"
5252
android:gravity="center_vertical|start"
5353
style="@style/RugbyRankerMaterialButton.TextButton.DoublePadding"
54-
android:text="@string/button_how_are_world_rugby_rankings_calculated" />
54+
android:text="@string/button_how_are_rankings_calculated" />
5555

5656
<com.google.android.material.button.MaterialButton
5757
android:id="@+id/shareThisAppButton"

Diff for: info/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<string name="title_info">Info</string>
44

5-
<string name="button_how_are_world_rugby_rankings_calculated">How are World Rugby Rankings calculated?</string>
5+
<string name="button_how_are_rankings_calculated">How are rankings calculated?</string>
66
<string name="button_share_this_app">Share this app&#8230;</string>
77
<string name="button_view_source_code">View source code</string>
88
<string name="button_open_source_licenses">Open source licenses</string>

0 commit comments

Comments
 (0)