Browse Source

Fix export_modal message (#9353)

Remove duplicate "to", and "others" is plural not possessive.
chrisrd 8 years ago
parent
commit
0e5e2f3fb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/dashboard/export/export_modal.html

+ 1 - 1
public/app/features/dashboard/export/export_modal.html

@@ -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>