@@ -143,7 +143,7 @@ function OngoingRapidResponseDeployments() {
143143 ) ,
144144 createStringColumn < RapidResponseByEventItem , number > (
145145 'country' ,
146- strings . rapidReponseDeploymentCountry ,
146+ strings . rapidResponseDeploymentCountry ,
147147 ( ) => '' ,
148148 {
149149 defaultEmptyValue : '' ,
@@ -184,7 +184,7 @@ function OngoingRapidResponseDeployments() {
184184 strings . rapidResponseEmergency ,
185185 strings . rapidResponsePosition ,
186186 strings . rapidResponseDeployingOrganisation ,
187- strings . rapidReponseDeploymentCountry ,
187+ strings . rapidResponseDeploymentCountry ,
188188 strings . emergencyEndDate ,
189189 strings . emergencyStartDate ,
190190 strings . deploymentStartDate ,
@@ -217,7 +217,7 @@ function OngoingRapidResponseDeployments() {
217217 ) ,
218218 createLinkColumn < Personnel , number > (
219219 'country' ,
220- strings . rapidReponseDeploymentCountry ,
220+ strings . rapidResponseDeploymentCountry ,
221221 ( item ) => item ?. country_deployed_to ?. name ,
222222 ( item ) => ( {
223223 to : 'countriesLayout' ,
@@ -242,7 +242,7 @@ function OngoingRapidResponseDeployments() {
242242 strings . rapidResponseRole ,
243243 strings . rapidResponseName ,
244244 strings . rapidResponseOrganisation ,
245- strings . rapidReponseDeploymentCountry ,
245+ strings . rapidResponseDeploymentCountry ,
246246 ] ,
247247 ) ;
248248
0 commit comments