move corwdin Link to strings

This commit is contained in:
6543
2019-10-04 17:44:38 +02:00
parent e32ccde995
commit 1512032f05
2 changed files with 2 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ public class AboutFragment extends Fragment {
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.addCategory(Intent.CATEGORY_BROWSABLE);
intent.setData(Uri.parse("https://crowdin.com/project/gitnex"));
intent.setData(Uri.parse(getResources().getString(R.string.corwdinLink)));
startActivity(intent);
}
});