File tree 4 files changed +4
-4
lines changed
java/com/ricknout/rugbyranker/ui
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ class SportFragment : DaggerAndroidXFragment(R.layout.fragment_sport) {
139
139
private fun setSubtitle (effectiveTime : String? ) {
140
140
when {
141
141
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)
143
143
subtitleTextView.isVisible = true
144
144
}
145
145
rankingsViewModel.hasMatchPredictions() -> {
Original file line number Diff line number Diff line change 9
9
<string name =" title_fixtures" >Fixtures</string >
10
10
<string name =" title_results" >Results</string >
11
11
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 >
13
13
<plurals name =" subtitle_predicting_matches" >
14
14
<item quantity =" one" >Predicting %d match</item >
15
15
<item quantity =" other" >Predicting %d matches</item >
Original file line number Diff line number Diff line change 51
51
android : layout_height =" wrap_content"
52
52
android : gravity =" center_vertical|start"
53
53
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 " />
55
55
56
56
<com .google.android.material.button.MaterialButton
57
57
android : id =" @+id/shareThisAppButton"
Original file line number Diff line number Diff line change 2
2
3
3
<string name =" title_info" >Info</string >
4
4
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 >
6
6
<string name =" button_share_this_app" >Share this app… </string >
7
7
<string name =" button_view_source_code" >View source code</string >
8
8
<string name =" button_open_source_licenses" >Open source licenses</string >
You can’t perform that action at this time.
0 commit comments