diff --git a/src/modules/admin/i18n/de.ts b/src/modules/admin/i18n/de.ts
index 1820d4cb354d9f699f49519f24cc50718902bd92..24255af6f85d23b12e66515f5713d3a0aff68121 100644
--- a/src/modules/admin/i18n/de.ts
+++ b/src/modules/admin/i18n/de.ts
@@ -31,7 +31,7 @@ export default {
       headers: {
         resourceType: "Ressourcentyp",
         projectQuota: "Aktuelle Projektquota",
-        resourceQuota: "Aktielle Ressourcenquota",
+        resourceQuota: "Aktuelle Ressourcenquota",
 
         maximumQuota: "Maximale Quota",
         maximumQuotaHint:
diff --git a/src/modules/resource/pages/Settings.vue b/src/modules/resource/pages/Settings.vue
index b0448700f7cd1942527f7aabe892daf1612a3429..9014f2685374c84bf104fe6c49da383569ce2d0f 100644
--- a/src/modules/resource/pages/Settings.vue
+++ b/src/modules/resource/pages/Settings.vue
@@ -371,6 +371,8 @@ export default defineComponent({
         const parentProject = this.project;
         // Refresh the project information in the store
         await this.projectStore.refreshProjectInformation(parentProject);
+        // Refresh the project quota information 
+        await this.projectStore.retrieveResourceTypeQuotas(parentProject);
         this.notificationStore.postNotification({
           title: this.$t("toast.onDelete.success.title").toString(),
           body: this.$t("toast.onDelete.success.message").toString(),