Browse Source

Comma consistency in store

spaghetti 8 years ago
parent
commit
bb95e6498f
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      sections/store/store.php

+ 5
- 5
sections/store/store.php View File

@@ -82,24 +82,24 @@ View::show_header('Store');
82 82
       </tr>
83 83
       <tr class="row">
84 84
         <td class="nobr">
85
-          <a href="store.php?item=upload_1000GB">1000GiB Upload</a>
85
+          <a href="store.php?item=upload_1000GB">1,000GiB Upload</a>
86 86
         </td>
87 87
         <td class="nobr">
88 88
           1,000,000 nips
89 89
         </td>
90 90
         <td class="nobr">
91
-          Purchase 1000GiB of upload
91
+          Purchase 1,000GiB of upload
92 92
         </td>
93 93
       </tr>
94 94
       <tr class="row">
95 95
         <td class="nobr">
96
-          <a href="store.php?item=1k_points">1000 nips</a>
96
+          <a href="store.php?item=1k_points">1,000 nips</a>
97 97
         </td>
98 98
         <td class="nobr">
99 99
           1GiB Upload
100 100
         </td>
101 101
         <td class="nobr">
102
-          Purchase 1000 nips
102
+          Purchase 1,000 nips
103 103
         </td>
104 104
       </tr>
105 105
       <tr class="row">
@@ -129,7 +129,7 @@ View::show_header('Store');
129 129
           <a href="store.php?item=1m_points">1,000,000 nips</a>
130 130
         </td>
131 131
         <td class="nobr">
132
-          1000GiB Upload
132
+          1,000GiB Upload
133 133
         </td>
134 134
         <td class="nobr">
135 135
           Purchase 1,000,000 nips

Loading…
Cancel
Save