diff --git a/src/components/Images.js b/src/components/Images.js
index aa0952d..9190c3e 100644
--- a/src/components/Images.js
+++ b/src/components/Images.js
@@ -192,6 +192,7 @@ class Images extends Component {
this.handleRemoveFile(index)}
disabled={disabled}
+ aria-label="Bild entfernen"
sx={{
position: 'absolute',
top: 4,
diff --git a/src/components/profile/OrdersTab.js b/src/components/profile/OrdersTab.js
index 6619102..850802f 100644
--- a/src/components/profile/OrdersTab.js
+++ b/src/components/profile/OrdersTab.js
@@ -283,6 +283,7 @@ const OrdersTab = ({ orderIdFromHash, t }) => {
size="small"
color="primary"
onClick={() => handleViewDetails(order.orderId)}
+ aria-label={t ? t('orders.tooltips.viewDetails') : 'Details anzeigen'}
>
@@ -293,6 +294,7 @@ const OrdersTab = ({ orderIdFromHash, t }) => {
size="small"
color="error"
onClick={() => handleCancelClick(order)}
+ aria-label={t ? t('orders.tooltips.cancelOrder') : 'Bestellung stornieren'}
>