Skip to content

Commit 0ae672f

Browse files
Add missing translation strings. (#11274)
1 parent 9a9b41a commit 0ae672f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

apps/web/src/locales/en/messages.json

+12
Original file line numberDiff line numberDiff line change
@@ -6591,6 +6591,18 @@
65916591
}
65926592
}
65936593
},
6594+
"singleFieldNeedsAttention": {
6595+
"message": "1 field needs your attention."
6596+
},
6597+
"multipleFieldsNeedAttention": {
6598+
"message": "$COUNT$ fields need your attention.",
6599+
"placeholders": {
6600+
"count": {
6601+
"content": "$1",
6602+
"example": "2"
6603+
}
6604+
}
6605+
},
65946606
"duoHealthCheckResultsInNullAuthUrlError": {
65956607
"message": "Error connecting with the Duo service. Use a different two-step login method or contact Duo for assistance."
65966608
},

0 commit comments

Comments
 (0)