mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-14 14:02:49 +00:00
Rename "profile" text to "entry"
This commit is contained in:
parent
866466d158
commit
0a4a933a2a
13 changed files with 6 additions and 24 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue