Fix export_modal message (#9353)

Remove duplicate "to", and "others" is plural not possessive.
This commit is contained in:
chrisrd 2017-09-27 17:46:56 +10:00 committed by Torkel Ödegaard
parent eaefa3c1fa
commit 0e5e2f3fb9

View File

@ -11,7 +11,7 @@
<div> <div>
<p class="share-modal-info-text"> <p class="share-modal-info-text">
Export the dashboard to a JSON file. The exporter will templatize the Export the dashboard to a JSON file. The exporter will templatize the
dashboard's data sources to make it easy for other's to to import and reuse. dashboard's data sources to make it easy for others to import and reuse.
You can share dashboards on <a class="external-link" href="https://grafana.com">Grafana.com</a> You can share dashboards on <a class="external-link" href="https://grafana.com">Grafana.com</a>
</p> </p>