File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 132
132
<mwc-fab
133
133
extended =" "
134
134
icon =" compare"
135
- label =" [compas.versions.compareButton ]"
135
+ label =" [compas.versions.compareCurrentButton ]"
136
136
>
137
137
</mwc-fab >
138
138
<mwc-fab
139
139
extended =" "
140
140
icon =" compare"
141
- label =" [compas.versions.compareCurrentButton ]"
141
+ label =" [compas.versions.compareButton ]"
142
142
>
143
143
</mwc-fab >
144
144
</div >
Original file line number Diff line number Diff line change @@ -184,14 +184,14 @@ export default class CompasVersionsPlugin extends LitElement {
184
184
} ) }
185
185
</ mwc-list >
186
186
</ section >
187
- < mwc-fab extended
188
- icon ="compare "
189
- label ="${ translate ( 'compas.versions.compareButton' ) } "
190
- @click =${ this . compareVersions } > </ mwc-fab >
191
187
< mwc-fab extended
192
188
icon ="compare "
193
189
label ="${ translate ( 'compas.versions.compareCurrentButton' ) } "
194
190
@click =${ this . compareCurrentVersion } > </ mwc-fab >
191
+ < mwc-fab extended
192
+ icon ="compare "
193
+ label ="${ translate ( 'compas.versions.compareButton' ) } "
194
+ @click =${ this . compareVersions } > </ mwc-fab >
195
195
</ div > `
196
196
}
197
197
You can’t perform that action at this time.
0 commit comments