Conflicts:
	skolehjem/resources/lang/dk/msg.php
	skolehjem/resources/lang/en/msg.php
This commit is contained in:
frederikpyt
2020-08-12 13:10:37 +02:00
6 changed files with 33 additions and 2 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ return[
"indstillinger" => "Indstillinger",
"ændrebillede" => "Skift billede",
"ændrer" => "Skift",
"profilbillede" => "Upload profil billede"
"profilbillede" => "Upload profil billede",
"omkring" => "Omkring",
+2 -1
View File
@@ -60,5 +60,6 @@ return[
"indstillinger" => "Settings",
"ændrebillede" => "Change picture",
"ændrer" => "Change",
"profilbillede" => "Upload profile picture"
"profilbillede" => "Upload profile picture",
"Omkring" => "About",
];