Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OP-1303 Fix layout #3

Merged
merged 8 commits into from
Sep 5, 2024
1 change: 1 addition & 0 deletions bundle/language_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1793,6 +1793,7 @@ angal.userbrowser.step2.pleaserepeatthenewpassword.label
angal.userbrowser.theadminusercannotbedeleted.msg = The "admin" user cannot be deleted.
angal.userbrowser.thepasswordhasbeenchanged.msg = The password has been changed.
angal.userbrowser.theuseralreadyexists.fmt.msg = The user "{0}" already exists.
angal.userbrowser.theusernamecontainsinvalidcharacters.msg = The user name must contain only a-z, 0-9, dash, period and underscore characters.
angal.userbrowser.title = User Browser
angal.userbrowser.user.col = User
angal.vaccine.deletevaccine.fmt.msg = Delete vaccine: {0}?
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -296,7 +296,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.imgscalr</groupId>
Expand Down
Loading