Skip to content

Commit 3d468fd

Browse files
authored
Merge pull request #53966 from Expensify/nikki-add-period
Include period at the end of learn more link
2 parents 05b4e8a + 54d44da commit 3d468fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/languages/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const translations = {
216216
no: 'No',
217217
ok: 'OK',
218218
notNow: 'Not now',
219-
learnMore: 'Learn more',
219+
learnMore: 'Learn more.',
220220
buttonConfirm: 'Got it',
221221
name: 'Name',
222222
attachment: 'Attachment',

src/languages/es.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ const translations = {
207207
no: 'No',
208208
ok: 'OK',
209209
notNow: 'Ahora no',
210-
learnMore: 'Más información',
210+
learnMore: 'Más información.',
211211
buttonConfirm: 'Ok, entendido',
212212
name: 'Nombre',
213213
attachment: 'Archivo adjunto',

0 commit comments

Comments
 (0)