Skip to content
Snippets Groups Projects
Unverified Commit e25f383d authored by Mike Greiling's avatar Mike Greiling
Browse files

fix eslint and formatting issues

parent a97a4bdc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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>`,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment