Skip to content

Commit

Permalink
13.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 23, 2024
1 parent e05f7c9 commit 869b5dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dashboard-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>dashboard</artifactId>
<version>13.0.2</version>
<version>13.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dashboard-gui/src/javascripts/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ I18n.translations.en = {
description: 'Educatieve Content Keten Identifier (ECK ID) is a pseudonymous identifier.',
},
'Shib-surf-autorisaties': {
name: 'SURF Authorizations',
name: 'Authorizations',
description: 'The authorizations from SURF.',
},
},
Expand Down
2 changes: 1 addition & 1 deletion dashboard-gui/src/javascripts/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ I18n.translations.nl = {
description: 'Educatieve Content Keten Identifier (ECK ID) is een pseudonymous identifier.',
},
'Shib-surf-autorisaties': {
name: 'SURF Autorizaties',
name: 'Autorizaties',
description: 'De autorizaties van SURF.',
},
},
Expand Down
2 changes: 1 addition & 1 deletion dashboard-gui/src/javascripts/locale/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ I18n.translations.pt = {
description: 'Educatieve Content Keten Identifier (ECK ID) is a pseudonymous identifier.',
},
'Shib-surf-autorisaties': {
name: 'SURF Authorizations',
name: 'Authorizations',
description: 'The authorizations from SURF.',
},
},
Expand Down
2 changes: 1 addition & 1 deletion dashboard-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.openconext</groupId>
<artifactId>dashboard</artifactId>
<version>13.0.2</version>
<version>13.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>org.openconext</groupId>
<artifactId>dashboard</artifactId>
<version>13.0.2</version>
<version>13.0.3</version>
<name>dashboard</name>
<description>OpenConext-Dashboard</description>
<inceptionYear>2012</inceptionYear>
Expand Down

0 comments on commit 869b5dc

Please sign in to comment.