aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
Diffstat (limited to 'src/features')
-rw-r--r--src/features/publishDebugInfo/Component.tsx2
-rw-r--r--src/features/quickSwitch/Component.tsx2
2 files changed, 2 insertions, 2 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
diff --git a/src/features/quickSwitch/Component.tsx b/src/features/quickSwitch/Component.tsx
index a5c102386..4a48b1e6c 100644
--- a/src/features/quickSwitch/Component.tsx
+++ b/src/features/quickSwitch/Component.tsx
@@ -140,7 +140,7 @@ class QuickSwitchModal extends Component<IProps, IState> {
140 this.state.search && 140 this.state.search &&
141 compact(invoke(this.state.search, 'match', /^[\da-z]/i)).length > 0 141 compact(invoke(this.state.search, 'match', /^[\da-z]/i)).length > 0
142 ) { 142 ) {
143 // Apply simple search algorythm to list of all services 143 // Apply simple search algorithm to list of all services
144 services = this.props.stores!.services.allDisplayed; 144 services = this.props.stores!.services.allDisplayed;
145 services = services.filter( 145 services = services.filter(
146 service => 146 service =>