fix: naming scheme for messages in translation files (#40642)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
@@ -140,7 +140,7 @@ const isCertMapSelector = createSelector(
|
||||
|
||||
const honestyInfoMessage = {
|
||||
type: 'info',
|
||||
message: 'flash.msg-1'
|
||||
message: 'flash.honest-first'
|
||||
};
|
||||
|
||||
const initialState = {
|
||||
|
Reference in New Issue
Block a user