Table: Fix Yoda-esque sentence in info popup (#23324)

I changed the semantics a bit so they fit into the "format first" thing
that seems to be going on there.
This commit is contained in:
Sebastian Brandt 2020-04-04 11:15:20 +02:00 committed by GitHub
parent 9751a2a7ca
commit 6e56aeeaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@
<em>${__cell_n}</em> refers to Nth column value in current row. Column indexes are started from 0. For instance,
<em>${__cell_1}</em> refers to second column's value.
<br>
<em>${__cell:raw}</em> syntax. By default values are URI encoded. If the value is a complete URL you can disable all encoding using
<em>${__cell:raw}</em> disables all encoding. Useful if the value is a complete URL. By default values are URI encoded.
</span>
</info-popover>
</label>