Skip to content

Commit

Permalink
[TASK] Rebrand plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space authored Apr 1, 2023
1 parent b7a2cfd commit 6b29de4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class TemplateConfigurable : SearchableConfigurable {

companion object {
const val ID = "com.github.inf166.pluginphpstormtypo3committemplate"
const val DISPLAY_NAME = "Commit Template with TYPO3 Commit Message Guidelines"
const val DISPLAY_NAME = " TYPO3 Commit Template"
}
@Nls
override fun getDisplayName(): String = DISPLAY_NAME
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
<id>com.github.inf166.pluginphpstormtypo3committemplate</id>
<name>Commit Template with TYPO3 Commit Message Guidelines</name>
<name>TYPO3 Commit Template</name>
<vendor email="joel@maispace.de" url="https://github.com/Inf166">Joel Maximilian Mai</vendor>

<description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/messages/MyBundle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=Git Commit Template with TYPO3 Commit Guidelines
name=TYPO3 Commit Template
applicationService=Application service
projectService=Project service: {0}
bulletPoint=*
Expand Down

0 comments on commit 6b29de4

Please sign in to comment.