From 819e1909d414eb8f98d7759accf5227530204204 Mon Sep 17 00:00:00 2001 From: addison Date: Tue, 9 Mar 2021 10:03:44 -0500 Subject: [PATCH] qa fixes for send date fallbacks --- src/_locales/en/messages.json | 27 +++++++++++++++++++++ src/popup/send/send-add-edit.component.html | 8 +++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index c046645f75..29b0d73fcd 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -1651,5 +1651,32 @@ }, "sendFileCalloutHeader": { "message": "Before you start" + }, + "sendFirefoxCustomDatePopoutMessage1": { + "message": "To use a calendar style date picker", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**To use a calendar style date picker ** click here to pop out your window.'" + }, + "sendFirefoxCustomDatePopoutMessage2": { + "message": "click here", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To use a calendar style date picker **click here** to pop out your window.'" + }, + "sendFirefoxCustomDatePopoutMessage3": { + "message": "to pop out your window.", + "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To use a calendar style date picker click here **to pop out your window.**'" + }, + "expirationDateIsInvalid": { + "message": "The expiration date provided is not valid." + }, + "deletionDateIsInvalid": { + "message": "The deletion date provided is not valid." + }, + "expirationDateAndTimeRequired": { + "message": "An expiration date and time are required." + }, + "deletionDateAndTimeRequired": { + "message": "A deletion date and time are required." + }, + "dateParsingError": { + "message": "There was an error saving your deletion and expiration dates." } } diff --git a/src/popup/send/send-add-edit.component.html b/src/popup/send/send-add-edit.component.html index 20ab112e8d..fc13fcf2f0 100644 --- a/src/popup/send/send-add-edit.component.html +++ b/src/popup/send/send-add-edit.component.html @@ -154,6 +154,9 @@ @@ -168,7 +171,7 @@
+ placeholder="MM/DD/YYYY" [readOnly]="disableSend" (change)="expirationDateFallbackChanged()"> @@ -200,6 +203,9 @@