diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 841f00b5f72..32fdf2cb53a 100644
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -6332,6 +6332,14 @@
"message": "Custom time",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
+ "DisappearingTimeDialog__label--value": {
+ "message": "Number",
+ "description": "aria-label for the number select box"
+ },
+ "DisappearingTimeDialog__label--units": {
+ "message": "Unit of time",
+ "description": "aria-label for the units of time select box"
+ },
"DisappearingTimeDialog__title": {
"message": "Custom Time",
"description": "Title for the custom disappearing message timeout dialog"
diff --git a/ts/components/DisappearingTimeDialog.tsx b/ts/components/DisappearingTimeDialog.tsx
index 393104b6938..123b16a9e5f 100644
--- a/ts/components/DisappearingTimeDialog.tsx
+++ b/ts/components/DisappearingTimeDialog.tsx
@@ -1,4 +1,4 @@
-// Copyright 2021 Signal Messenger, LLC
+// Copyright 2021-2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import React, { useState } from 'react';
@@ -91,12 +91,14 @@ export function DisappearingTimeDialog(props: PropsType): JSX.Element {
{i18n('DisappearingTimeDialog__body')}