remove unused trans keys part 4 of .....???? a bazillion?

This commit is contained in:
2022-02-15 17:49:43 +00:00
parent 74a8b8772c
commit b29ab8eceb
3 changed files with 0 additions and 3 deletions

View File

@@ -249,7 +249,6 @@ export default {
"PageOfPageText", "PageOfPageText",
"Loading", "Loading",
"Filter", "Filter",
"FilterUnsaved",
"Heading", "Heading",
"Table", "Table",
"InsertLink", "InsertLink",

View File

@@ -115,7 +115,6 @@
<template v-slot:input> <template v-slot:input>
<v-text-field <v-text-field
v-model="props.item.display" v-model="props.item.display"
label="Edit"
single-line single-line
></v-text-field> ></v-text-field>
</template> </template>

View File

@@ -2419,7 +2419,6 @@ async function fetchTranslatedText() {
"DuplicateToQuote", "DuplicateToQuote",
"DuplicateToPM", "DuplicateToPM",
"NewStatus", "NewStatus",
"InventoryRoleRequired",
"CustomerTechNotes" "CustomerTechNotes"
]); ]);
} }