aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/publishDebugInfo/Component.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/publishDebugInfo/Component.tsx')
-rw-r--r--src/features/publishDebugInfo/Component.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/publishDebugInfo/Component.tsx b/src/features/publishDebugInfo/Component.tsx
index 8b38ba5af..c837ede4f 100644
--- a/src/features/publishDebugInfo/Component.tsx
+++ b/src/features/publishDebugInfo/Component.tsx
@@ -48,7 +48,7 @@ const messages = defineMessages({
48 }, 48 },
49 published: { 49 published: {
50 id: 'feature.publishDebugInfo.published', 50 id: 'feature.publishDebugInfo.published',
51 defaultMessage: 'Your debug log was published and is now availible at', 51 defaultMessage: 'Your debug log was published and is now available at',
52 }, 52 },
53}); 53});
54 54