Skip to content

Commit dfc33ae

Browse files
committed
yaml is dumb.
1 parent 0ba624e commit dfc33ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

locales/en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ en:
3535
Valid plugin types are 'input' 'filter' and 'output'
3636
plugin:
3737
milestone:
38-
0: >-
38+
"0": >-
3939
Using milestone 0 %{type} plugin '%{name}'. This plugin isn't well
4040
supported by the commnity and likely has no maintainer. For more
4141
information on plugin milestones, see
4242
http://logstash.net/docs/%{LOGSTASH_VERSION}/plugin-milestones
43-
1: >-
43+
"1": >-
4444
Using milestone 1 %{type} plugin '%{name}'. This plugin should work,
4545
but would benefit from use by folks like you. Please let us know if you
4646
find bugs or have suggestions on how to improve this plugin. For more
4747
information on plugin milestones, see
4848
http://logstash.net/docs/%{LOGSTASH_VERSION}/plugin-milestones
49-
2: >-
49+
"2": >-
5050
Using milestone 2 %{type} plugin '%{name}'. This plugin should be
5151
stable, but if you see strange behavior, please let us know!
5252
For more information on plugin milestones, see

0 commit comments

Comments
 (0)