@eeacms/volto-marine-policy 2.0.22 → 2.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
### [2.0.23](https://github.com/eea/volto-marine-policy/compare/2.0.22...2.0.23) - 26 August 2025
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- Update Login.jsx [dobri1408 - [`dc0ed67`](https://github.com/eea/volto-marine-policy/commit/dc0ed67fc675dd984a692dffec78a4c04bc55474)]
|
|
7
12
|
### [2.0.22](https://github.com/eea/volto-marine-policy/compare/2.0.21...2.0.22) - 25 August 2025
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
|
@@ -361,8 +361,8 @@ function Login({ intl }) {
|
|
|
361
361
|
<div style={{ marginTop: '2rem', width: '100%' }}>
|
|
362
362
|
<div style={{ textAlign: 'center', marginBottom: '1rem' }}>
|
|
363
363
|
<FormattedMessage
|
|
364
|
-
id="Or sign in with
|
|
365
|
-
defaultMessage="Or sign in with
|
|
364
|
+
id="Or sign in with EEA Entra ID:"
|
|
365
|
+
defaultMessage="Or sign in with EEA Entra ID:"
|
|
366
366
|
/>
|
|
367
367
|
</div>
|
|
368
368
|
<div style={{ width: '100%' }}>
|