Commit e25f383d authored by Mike Greiling's avatar Mike Greiling

fix eslint and formatting issues

parent a97a4bdc
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
type: String, type: String,
required: false, required: false,
default: '', default: '',
} },
}, },
computed: { computed: {
generalApplicationDescription() { generalApplicationDescription() {
return sprintf( return sprintf(
_.escape(s__(`ClusterIntegration|Install applications on your cluster. _.escape(s__(
Read more about %{helpLink}`)), 'ClusterIntegration|Install applications on your cluster. Read more about %{helpLink}',
{ )), {
helpLink: `<a href="${this.helpPath}"> helpLink: `<a href="${this.helpPath}">
${_.escape(s__('ClusterIntegration|installing applications'))} ${_.escape(s__('ClusterIntegration|installing applications'))}
</a>`, </a>`,
......
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