diff --git a/src/components/CommunityComponents/CommunityListItem.vue b/src/components/CommunityComponents/CommunityListItem.vue index 40d90645e430cd49f104c91c7def3e125b9721fb..62306dabefad2a5643f665aa842d8f3f29b1f5d5 100644 --- a/src/components/CommunityComponents/CommunityListItem.vue +++ b/src/components/CommunityComponents/CommunityListItem.vue @@ -55,7 +55,7 @@ class="h-10 w-10 flex flex-col justify-center items-center ml-2 mr-2" > <UserGroupIcon - alt="Felleskapets bilde" + alt="Bilde" class="h-10 w-10 text-primary-dark" /> </div> @@ -65,7 +65,7 @@ > <img :src="community.picture" - alt="Fellsekaps bilde" + alt="Bilde" class="rounded-md" /> </div> diff --git a/src/components/ItemComponents/NewItemForm.vue b/src/components/ItemComponents/NewItemForm.vue index 9850b9bbec00f6d7ebef0968d02527254f766953..342222faa54b86854484c120da6c1d0a87cee01b 100644 --- a/src/components/ItemComponents/NewItemForm.vue +++ b/src/components/ItemComponents/NewItemForm.vue @@ -105,7 +105,7 @@ <label class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300" id="priceLabel" - >Pris</label + >Pris per dag</label > <input type="number"