tweak verbiage

This commit is contained in:
2024-12-13 13:42:21 -07:00
parent 0a314934b8
commit 5a56f9ab30
3 changed files with 6 additions and 3 deletions

View File

@@ -684,7 +684,10 @@ export default class ContactsView extends Vue {
private async onClickNewContact(): Promise<void> {
const contactInput = this.contactInput.trim();
if (!contactInput) {
this.danger("There was no contact info to add.", "No Contact");
this.danger(
"There was no contact info to add. Try the other green buttons.",
"No Contact",
);
return;
}