Rename "profile" text to "entry"

This commit is contained in:
Alexander Bakker 2020-04-11 14:37:28 +02:00
parent 866466d158
commit 0a4a933a2a
13 changed files with 6 additions and 24 deletions

View file

@ -105,7 +105,7 @@ public class EditEntryActivity extends AegisActivity {
_groups = new TreeSet<>(Collator.getInstance());
_groups.addAll(intent.getStringArrayListExtra("groups"));
if (_isNew) {
setTitle(R.string.add_new_profile);
setTitle(R.string.add_new_entry);
}
String selectedGroup = intent.getStringExtra("selectedGroup");