change verbiage from "project" to "idea"

This commit is contained in:
2023-12-04 19:55:57 -07:00
parent 4806acc30e
commit 69c60e5426
2 changed files with 8 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
><fa icon="chevron-left" class="fa-fw"></fa
></router-link>
[New/Edit] Idea
Edit Idea
</h1>
</div>
@@ -302,8 +302,8 @@ export default class NewEditProjectView extends Vue {
{
group: "alert",
type: "danger",
title: "Error Saving Project",
text: "Server did not save the project. Try again.",
title: "Error Saving Idea",
text: "Server did not save the idea. Try again.",
},
-1,
);