Skip to content

Commit 5e359bf

Browse files
author
Illia Obukhau
committed
style(timeline-web): replace ampersand with "and"
1 parent c4bf240 commit 5e359bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/pluggableWidgets/timeline-web/src/Timeline.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" ?>
2-
<widget id="com.mendix.widget.web.timeline.Timeline" pluginWidget="true" needsEntityContext="true" offlineCapable="true" supportedPlatform="Web" xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../../../../node_modules/mendix/custom_widget.xsd">
2+
<widget id="com.mendix.widget.web.timeline.Timeline" pluginWidget="true" needsEntityContext="true" offlineCapable="true" supportedPlatform="Web" xmlns="http://www.mendix.com/widget/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mendix.com/widget/1.0/ ../node_modules/mendix/custom_widget.xsd">
33
<name>Timeline</name>
44
<description>Shows vertical timeline with events</description>
55
<studioProCategory>Display</studioProCategory>
@@ -61,7 +61,7 @@
6161
<description>Format group header with current language's format</description>
6262
<enumerationValues>
6363
<enumerationValue key="dayName">Day name</enumerationValue>
64-
<enumerationValue key="dayMonth">Day &amp; month</enumerationValue>
64+
<enumerationValue key="dayMonth">Day and month</enumerationValue>
6565
<enumerationValue key="fullDate">Day, month, year</enumerationValue>
6666
</enumerationValues>
6767
</property>
@@ -70,12 +70,12 @@
7070
<description />
7171
<enumerationValues>
7272
<enumerationValue key="month">Month</enumerationValue>
73-
<enumerationValue key="monthYear">Month &amp; year</enumerationValue>
73+
<enumerationValue key="monthYear">Month and year</enumerationValue>
7474
</enumerationValues>
7575
</property>
7676
<property key="ungroupedEventsPosition" type="enumeration" defaultValue="end">
7777
<caption>Ungrouped events position</caption>
78-
<description>Position in the list of events without a date &amp; time</description>
78+
<description>Position in the list of events without a date and time</description>
7979
<enumerationValues>
8080
<enumerationValue key="beginning">Beginning of the timeline</enumerationValue>
8181
<enumerationValue key="end">End of the timeline</enumerationValue>

0 commit comments

Comments
 (0)