Skip to content
Snippets Groups Projects
Commit 43946594 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Proper failed to load builds message

parent 83e60bf3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -128,7 +128,7 @@ public class BuildsFragment extends ButterKnifeFragment {
}
mSwipeRefreshLayout.setRefreshing(false);
mMessageView.setVisibility(View.VISIBLE);
mMessageView.setText(R.string.connection_error_issues);
mMessageView.setText(R.string.failed_to_load_builds);
mBuildsAdapter.setValues(null);
mNextPageUrl = null;
}
Loading
Loading
Loading
Loading
@@ -345,6 +345,7 @@
 
<!-- Builds -->
<string name="no_builds">No builds</string>
<string name="failed_to_load_builds">Failed to load builds</string>
 
<string-array name="build_scope_names">
<item>All</item>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment