mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	Change "New" to "Add" (#3271)
This commit is contained in:
		| @@ -24,7 +24,7 @@ | ||||
|     </div> | ||||
|  | ||||
|     <div v-if="edit" class="d-flex justify-end"> | ||||
|       <BaseButton class="ml-auto my-2" @click="addNote"> {{ $t("general.new") }}</BaseButton> | ||||
|       <BaseButton class="ml-auto my-2" @click="addNote"> {{ $t("general.add") }}</BaseButton> | ||||
|     </div> | ||||
|   </div> | ||||
| </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user