Skip to content

Commit adc48ab

Browse files
authored
Remove trailing periods after interpolated content in error strings (#17288)
1 parent 7d6139e commit adc48ab

42 files changed

Lines changed: 82 additions & 82 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Aspire.Cli/Resources/InteractionServiceStrings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@
207207
<value>The specified project file is not an Aspire AppHost project.</value>
208208
</data>
209209
<data name="ErrorConnectingToAppHost" xml:space="preserve">
210-
<value>An error occurred while connecting to the AppHost. The AppHost possibly crashed before it was available: {0}.</value>
210+
<value>An error occurred while connecting to the AppHost. The AppHost possibly crashed before it was available: {0}</value>
211211
</data>
212212
<data name="AppHostConnectionLost" xml:space="preserve">
213-
<value>The connection to the AppHost was lost: {0}.</value>
213+
<value>The connection to the AppHost was lost: {0}</value>
214214
</data>
215215
<data name="AppHostConnectionLostGeneric" xml:space="preserve">
216216
<value>The connection to the application was lost.</value>

src/Aspire.Cli/Resources/WaitCommandStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
<value>Resource '{0}' was not found.</value>
143143
</data>
144144
<data name="ResourceEnteredFailedState" xml:space="preserve">
145-
<value>Resource '{0}' entered a failed state: {1}.</value>
145+
<value>Resource '{0}' entered a failed state: {1}</value>
146146
</data>
147147
<data name="InvalidStatusValue" xml:space="preserve">
148148
<value>Invalid status value '{0}'. Valid values are: healthy, up, down.</value>

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.cs.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.de.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.es.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.fr.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.it.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.ja.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.ko.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Aspire.Cli/Resources/xlf/InteractionServiceStrings.pl.xlf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)