Minor translation files fixes

This commit is contained in:
M M Arif
2019-10-07 12:01:04 +05:00
parent d4cd16a111
commit 074bbfe3cc
5 changed files with 4 additions and 10 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(getResources().getString(R.string.corwdinLink)));
intent.setData(Uri.parse(getResources().getString(R.string.crowdInLink)));
startActivity(intent);
}
});