From 78d018a7b4083dca65fa5fb06dccacf94b4bfecc Mon Sep 17 00:00:00 2001
From: Otto Visser <O.W.Visser@tudelft.nl>
Date: Mon, 26 Feb 2024 14:46:35 +0100
Subject: [PATCH] Minor text changes
---
src/main/resources/messages.properties | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties
index 7b0c56607..4ee247b63 100644
--- a/src/main/resources/messages.properties
+++ b/src/main/resources/messages.properties
@@ -100,7 +100,7 @@ edition.endDate.tooltip = Enter a date after the last resit for this edition.
edition.name.tooltip = Enter only the 'edition' part of the name, e.g. '23/24 Q1'
edition.empty = No job offers or extra work created.
# Edition Enrollability
-edition.enrollability = Enrollment Policy
+edition.enrollability = Enrolment Policy
edition.enrollability.open = Open
edition.enrollability.open_to_program = Open to Program
edition.enrollability.closed = Closed (Manual Import)
@@ -161,11 +161,11 @@ jobOffer.deadline = Deadline For Applying
jobOffer.deadline.none = No Deadline
jobOffer.deadline.closed = Closed
jobOffer.date.enter = Enter a deadline...
-jobOffer.name.enter = Enter a name (eg: TA, Mentor, ...)
+jobOffer.name.enter = Enter a name (e.g.: TA, Mentor, ...)
jobOffer.username.enter = Enter the exact username...
jobOffer.studentNumber.enter = Enter the exact student number...
jobOffer.studentName.enter = Enter the student's name... (CaSe SenSitIve)
-jobOffer.description.enter = Enter a description (eg: TA, Mentor, ...)
+jobOffer.description.enter = Enter a description (e.g.: TA, Mentor, ...)
jobOffer.descriptionMessage = Job Information
jobOffer.descriptionMessage.view = View Job Information
jobOffer.descriptionMessage.enter = A message that a student sees before applying... (markdown supported)
@@ -216,7 +216,7 @@ jobOffer.rejectAll.desc = Are you sure you want to reject all open applications?
jobOffer.rejectSelected.desc = Are you sure you want to reject all selected applications?
jobOffer.addOffer = Offer Positions
jobOffer.addOffer.desc = Search for student(s) using their NetID, student number, or name, with each separate student on a new line.
-jobOffer.addOffer.notFound = No students matching this query found. Try checking the capitalization since the search is CaSe SenSitIve.
+jobOffer.addOffer.notFound = No students matching this query found. Try checking the capitalisation since the search is CaSe SenSitIve.
jobOffer.addOffer.confirm = Confirm Offering to All
jobOffer.addOffer.confirm.desc = Are you sure you would like to offer a position to the following people:
jobOffer.hide = Hide Offer
@@ -313,7 +313,7 @@ extraWork.deadline = Deadline For Contract Requests
extraWork.deadline.none = No Deadline
extraWork.deadline.closed = Closed
extraWork.date.enter = Enter a deadline...
-extraWork.description.enter = Enter a description (eg: Grading, Oral checks, …)
+extraWork.description.enter = Enter a description (e.g.: Grading, Oral checks, …)
extraWork.details = Extra Work Details
extraWork.empty = No Contract Requests Available
extraWork.empty.description = There is currently no open extra work. Come back later to see if there is something new.
@@ -429,7 +429,7 @@ payscale.download = Download
# PayScale Import
payscale.import = Bulk Import
payscale.import.desc = Search for student(s) using their NetID, student number, or name, with each separate student on a new line.
-payscale.import.notFound = No students matching this query found. Try checking the capitalization since the search is CaSe SenSitIve.
+payscale.import.notFound = No students matching this query found. Try checking the capitalisation since the search is CaSe SenSitIve.
payscale.import.search.people = NetID(s) / Student Number(s) / Name(s) ...
payscale.import.search.people.label = Search for Students:
payscale.import.all = Import All PayScales
@@ -460,7 +460,7 @@ training.import.csv.info = Import bulk training via a CSV file. Each training ap
training.import.csv.info.columnOrder = Assistant Student Number, Training Type, Date of Completion (DD-MM-YYYY)
training.import.csv.successful = Successfully imported {0} training approval(s).
training.import.desc = Search for student(s) using their NetID, student number, or name, with each separate student on a new line.
-training.import.notFound = No students matching this query found. Try checking the capitalization since the search is CaSe SenSitIve.
+training.import.notFound = No students matching this query found. Try checking the capitalisation since the search is CaSe SenSitIve.
training.import.search.people = NetID(s) / Student Number(s) / Name(s) ...
training.import.search.people.label = Search for Students
training.import.all = Import Training for All
@@ -540,4 +540,4 @@ email.declaration.approved.title = Contract Request Approved
email.declaration.approved.message = Your contract request of {0} hours for {1} in the {2} ({3}) course was approved! You will be able to declare these hours in FlexDelft soon. For more information, please contact the course staff.
# Searching
-search.people = Search people
\ No newline at end of file
+search.people = Search people
--
GitLab