Commit 86413c95 authored by Dennis Tang's avatar Dennis Tang

namespace translation

parent 0762b18b
<script> <script>
import { __ } from '~/locale'; import { s__ } from '~/locale';
import LoadingIcon from '~/vue_shared/components/loading_icon.vue'; import LoadingIcon from '~/vue_shared/components/loading_icon.vue';
export default { export default {
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
toggleText: { toggleText: {
type: String, type: String,
required: true, required: true,
default: __('Select'), default: s__('ClusterIntegration|Select'),
}, },
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment