Add Test Receipt
@@ -455,7 +455,7 @@ export function PreferencesInternal({
handleGenerateReceipt(receipt)}
disabled={isGeneratingReceipt}
experimentalSpinner={
@@ -493,7 +493,7 @@ export function PreferencesInternal({
/>
Run Query
diff --git a/ts/components/PreferencesLocalBackups.dom.tsx b/ts/components/PreferencesLocalBackups.dom.tsx
index 822d6aeaaf..71f4416354 100644
--- a/ts/components/PreferencesLocalBackups.dom.tsx
+++ b/ts/components/PreferencesLocalBackups.dom.tsx
@@ -132,7 +132,7 @@ export function PreferencesLocalBackups({
>
{i18n('icu:Preferences__local-backups-folder__change')}
@@ -157,7 +157,7 @@ export function PreferencesLocalBackups({
>
{i18n('icu:Preferences__button--choose-folder')}
@@ -306,7 +306,7 @@ function LocalBackupsBackupKeyViewer({
footerRight = (
setStep('confirm')}
>
{i18n('icu:Preferences--local-backups-setup-next')}
@@ -314,11 +314,7 @@ function LocalBackupsBackupKeyViewer({
);
} else {
footerRight = (
-
+
{i18n('icu:Preferences--local-backups-view-backup-key-done')}
);
@@ -331,7 +327,7 @@ function LocalBackupsBackupKeyViewer({
footerLeft = (
setStep('view')}
>
{i18n('icu:Preferences--local-backups-see-backup-key-again')}
@@ -340,7 +336,7 @@ function LocalBackupsBackupKeyViewer({
footerRight = (
setStep('caution')}
>
@@ -359,7 +355,7 @@ function LocalBackupsBackupKeyViewer({
modalFooter={
{i18n(
@@ -403,7 +399,7 @@ function LocalBackupsBackupKeyViewer({
diff --git a/ts/components/PreferencesNotificationProfiles.dom.tsx b/ts/components/PreferencesNotificationProfiles.dom.tsx
index 8da8d45ece..711e27b684 100644
--- a/ts/components/PreferencesNotificationProfiles.dom.tsx
+++ b/ts/components/PreferencesNotificationProfiles.dom.tsx
@@ -669,7 +669,7 @@ function NotificationProfilesOnboardingDialog({
{i18n('icu:NotificationProfiles--setup-description')}
-
+
{i18n('icu:NotificationProfiles--setup-continue')}
@@ -836,7 +836,7 @@ function NotificationProfilesNamePage({
-
+
{i18n('icu:next2')}
@@ -1078,7 +1078,7 @@ function NotificationProfilesSchedulePage({
@@ -1113,7 +1113,7 @@ function NotificationProfilesDonePage({
@@ -1408,7 +1408,7 @@ function NotificationProfilesEditPage({
diff --git a/ts/components/ProfileEditor.dom.tsx b/ts/components/ProfileEditor.dom.tsx
index 76ca1e2f44..21157531e9 100644
--- a/ts/components/ProfileEditor.dom.tsx
+++ b/ts/components/ProfileEditor.dom.tsx
@@ -408,12 +408,12 @@ export function ProfileEditor({
value={stagedProfile.familyName}
/>
-
+
{i18n('icu:cancel')}
{
if (!stagedProfile.firstName) {
@@ -516,12 +516,12 @@ export function ProfileEditor({
})}
-
+
{i18n('icu:cancel')}
{
setFullBio({
@@ -724,7 +724,7 @@ export function ProfileEditor({
setEditState(ProfileEditorPage.BetterAvatar);
}}
variant="secondary"
- size="small"
+ size="sm"
>
{i18n('icu:ProfileEditor--edit-photo')}
diff --git a/ts/components/UsernameEditor.dom.tsx b/ts/components/UsernameEditor.dom.tsx
index f8b44a9b84..0135d2ed70 100644
--- a/ts/components/UsernameEditor.dom.tsx
+++ b/ts/components/UsernameEditor.dom.tsx
@@ -384,7 +384,7 @@ export function UsernameEditor({
@@ -392,7 +392,7 @@ export function UsernameEditor({
0 ? (
setShowVotesModal(true)}
>
diff --git a/ts/components/leftPane/LeftPaneInboxHelper.dom.tsx b/ts/components/leftPane/LeftPaneInboxHelper.dom.tsx
index 5753ae87b1..cb0cf8b686 100644
--- a/ts/components/leftPane/LeftPaneInboxHelper.dom.tsx
+++ b/ts/components/leftPane/LeftPaneInboxHelper.dom.tsx
@@ -165,7 +165,7 @@ export class LeftPaneInboxHelper extends LeftPaneHelper
{
changeLocation({
tab: NavTab.Settings,
diff --git a/ts/components/preferences/chatFolders/DeleteChatFolderDialog.dom.tsx b/ts/components/preferences/chatFolders/DeleteChatFolderDialog.dom.tsx
index a5632a0160..4d16954d68 100644
--- a/ts/components/preferences/chatFolders/DeleteChatFolderDialog.dom.tsx
+++ b/ts/components/preferences/chatFolders/DeleteChatFolderDialog.dom.tsx
@@ -12,7 +12,7 @@ export function DeleteChatFolderDialog(props: {
onConfirm: () => void;
}): JSX.Element {
return (
-
+
{props.title}
diff --git a/ts/components/preferences/chatFolders/PreferencesChatFoldersPage.dom.tsx b/ts/components/preferences/chatFolders/PreferencesChatFoldersPage.dom.tsx
index b1c7d9b585..a787a83908 100644
--- a/ts/components/preferences/chatFolders/PreferencesChatFoldersPage.dom.tsx
+++ b/ts/components/preferences/chatFolders/PreferencesChatFoldersPage.dom.tsx
@@ -393,7 +393,7 @@ function ChatFolderPresetItem(props: ChatFolderPresetItemProps) {
{props.config.description}
diff --git a/ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.dom.tsx b/ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.dom.tsx
index 0b09da6cf3..165753a7e9 100644
--- a/ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.dom.tsx
+++ b/ts/components/preferences/chatFolders/PreferencesEditChatFoldersPage.dom.tsx
@@ -550,14 +550,14 @@ export function PreferencesEditChatFolderPage(
actions={
<>
{i18n('icu:Preferences__EditChatFolderPage__CancelButton')}
(null);",
+ "reasonCategory": "usageTrusted",
+ "updated": "2025-11-05T21:09:43.372Z"
+ },
{
"rule": "React-useRef",
"path": "ts/calling/useGetCallingFrameBuffer.std.ts",
|