From 5e3de1c326b126c02797f595a3ce1a08c3e5bb7c Mon Sep 17 00:00:00 2001
From: Patrick Baber <patrick@p-squared.de>
Date: Thu, 22 Nov 2018 17:10:07 +0100
Subject: [PATCH] fix typo in original english string and all translations

Signed-off-by: Patrick Baber <patrick@p-squared.de>
---
 settings/js/settings/personalInfo.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/js/settings/personalInfo.js b/settings/js/settings/personalInfo.js
index 9e169ee3436..53f2c82cb73 100644
--- a/settings/js/settings/personalInfo.js
+++ b/settings/js/settings/personalInfo.js
@@ -229,7 +229,7 @@ $(document).ready(function () {
 				location.reload();
 			},
 			fail: function() {
-				OC.Notification.showTemporary(t('settings', 'An error occured while changing your language. Please reload the page and try again.'));
+				OC.Notification.showTemporary(t('settings', 'An error occurred while changing your language. Please reload the page and try again.'));
 			}
 		});
 	};
@@ -255,7 +255,7 @@ $(document).ready(function () {
 				moment.locale(selectedLocale);
 			},
 			fail: function() {
-				OC.Notification.showTemporary(t('settings', 'An error occured while changing your locale. Please reload the page and try again.'));
+				OC.Notification.showTemporary(t('settings', 'An error occurred while changing your locale. Please reload the page and try again.'));
 			}
 		});
 	};
-- 
GitLab