Skip to content

Commit 0195d5c

Browse files
authored
Merge pull request #4348 from Flanker32/hanxiao/rename
Rename `Deploy to Azure` action to `Deploy to Azure Web Apps`
2 parents 2b211de + a9c4194 commit 0195d5c

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<action class="com.microsoft.azuretools.ijidea.actions.NewFeatureRequestFeedbackAction" id="AzureToolkit.FeatureRequest" text="Request Feature" />
231231
<action class="com.microsoft.intellij.actions.QualtricsSurveyAction" id="AzureToolkit.Survey" text="Provide Feedback" />
232232
<action id="Actions.WebDeployAction" class="com.microsoft.intellij.actions.WebDeployAction"
233-
text="Deploy to Azure" description="Deploy to Azure"
233+
text="Deploy to Azure Web Apps" description="Deploy to Azure Web Apps"
234234
icon="/icons/PublishWebApp_16.png">
235235
</action>
236236
<!-- Functions Start -->

0 commit comments

Comments
 (0)