Browse Source

update messaging for unknown icons on home feed

home-icon-enhancements
Trent Larson 1 day ago
parent
commit
abc05d426e
  1. 6
      src/components/ActivityListItem.vue

6
src/components/ActivityListItem.vue

@ -270,7 +270,7 @@ export default class ActivityListItem extends Vue {
{
group: "alert",
type: "warning",
title: "Hidden Person",
title: "Person Outside Your Network",
text: "This person is not visible to you.",
},
3000
@ -282,8 +282,8 @@ export default class ActivityListItem extends Vue {
{
group: "alert",
type: "warning",
title: "Unknown Person",
text: "This person is not known.",
title: "Unidentified Person",
text: "Nobody specific was recognized.",
},
3000
);

Loading…
Cancel
Save