Commit e25f383d authored by Mike Greiling's avatar Mike Greiling

fix eslint and formatting issues

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