From 4625ea61893dd859d21ae537038684e0f979c239 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Tue, 14 Nov 2023 17:09:46 +0000 Subject: [PATCH] ✏️ : correct GitLab naming --- src/main/resources/templates/assignments/accepted.html | 2 +- src/main/resources/templates/assignments/new.html | 6 +++--- src/main/resources/templates/classrooms/list.html | 2 +- src/main/resources/templates/classrooms/new.html | 12 ++++++------ src/main/resources/templates/classrooms/student.html | 2 +- src/main/resources/templates/classrooms/view.html | 2 +- src/main/resources/templates/dashboard/student-dashboard.html | 2 +- src/main/resources/templates/exercise/all-submissions.html | 2 +- src/main/resources/templates/layout-without-menu.html | 2 +- src/main/resources/templates/layout.html | 2 +- src/main/resources/templates/login.html | 4 ++-- 11 file(s) changed, 19 insertion(s)(+), 19 deletion(s)(-) diff --git a/src/main/resources/templates/assignments/accepted.html b/src/main/resources/templates/assignments/accepted.html --- a/src/main/resources/templates/assignments/accepted.html +++ b/src/main/resources/templates/assignments/accepted.html @@ -31,7 +31,7 @@ - Open Gitlab project + Open GitLab project diff --git a/src/main/resources/templates/assignments/new.html b/src/main/resources/templates/assignments/new.html --- a/src/main/resources/templates/assignments/new.html +++ b/src/main/resources/templates/assignments/new.html @@ -26,7 +26,7 @@ -

Classroom will create a Gitlab Group with the name of this assignment in .

+

Classroom will create a GitLab Group with the name of this assignment in .

@@ -67,7 +67,7 @@
- +
-

This repository will be forked in the Classroom Gitlab Group the student accepts this assignment.

+

This repository will be forked in the GitLab Group when the student accepts this assignment.

If no repository is selected, Classroom will create an empty repository when the student accepts this assignment.

diff --git a/src/main/resources/templates/classrooms/list.html b/src/main/resources/templates/classrooms/list.html --- a/src/main/resources/templates/classrooms/list.html +++ b/src/main/resources/templates/classrooms/list.html @@ -39,7 +39,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/classrooms/new.html b/src/main/resources/templates/classrooms/new.html --- a/src/main/resources/templates/classrooms/new.html +++ b/src/main/resources/templates/classrooms/new.html @@ -21,20 +21,20 @@
-

The Classroom name will be used as a Gitlab Group name.

+

The Classroom name will be used as a GitLab Group name.

- +
- - +
-

A new Gitlab Group with the Classroom name will be created in the selected Gitlab Group.

-

If no Gitlab Group is selected, the Classroom will be created at the root of Gitlab.

+

A new GitLab Group with the Classroom name will be created in the selected GitLab Group.

+

If no GitLab Group is selected, the Classroom will be created at the root of GitLab.

diff --git a/src/main/resources/templates/classrooms/student.html b/src/main/resources/templates/classrooms/student.html --- a/src/main/resources/templates/classrooms/student.html +++ b/src/main/resources/templates/classrooms/student.html @@ -86,7 +86,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/classrooms/view.html b/src/main/resources/templates/classrooms/view.html --- a/src/main/resources/templates/classrooms/view.html +++ b/src/main/resources/templates/classrooms/view.html @@ -44,7 +44,7 @@ target="_blank" class="inline-flex items-center rounded-md bg-white px-3 py-2 text-sm font-semibold text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 hover:bg-gray-50"> external link icon gitlab icon - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/dashboard/student-dashboard.html b/src/main/resources/templates/dashboard/student-dashboard.html --- a/src/main/resources/templates/dashboard/student-dashboard.html +++ b/src/main/resources/templates/dashboard/student-dashboard.html @@ -74,7 +74,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/exercise/all-submissions.html b/src/main/resources/templates/exercise/all-submissions.html --- a/src/main/resources/templates/exercise/all-submissions.html +++ b/src/main/resources/templates/exercise/all-submissions.html @@ -83,7 +83,7 @@ - Open in Gitlab + Open in GitLab diff --git a/src/main/resources/templates/layout-without-menu.html b/src/main/resources/templates/layout-without-menu.html --- a/src/main/resources/templates/layout-without-menu.html +++ b/src/main/resources/templates/layout-without-menu.html @@ -10,7 +10,7 @@ - Gitlab Classroom + GitLab Classroom diff --git a/src/main/resources/templates/layout.html b/src/main/resources/templates/layout.html --- a/src/main/resources/templates/layout.html +++ b/src/main/resources/templates/layout.html @@ -10,7 +10,7 @@ - Gitlab Classroom + GitLab Classroom diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -5,7 +5,7 @@ - Gitlab Classroom - Login + GitLab Classroom - Login