diff --git a/public/assets/my.js b/public/assets/my.js
index 7b38a37..704f441 100644
--- a/public/assets/my.js
+++ b/public/assets/my.js
@@ -504,7 +504,7 @@
+ r.campaigns.map(c => '
| ' + c.name + ' | '
+ '' + c.type + (c.type === 'banner' && c.width ? ' ' + c.width + '×' + c.height + '' : '') + ' | '
+ '' + c.imps.toLocaleString()
- + (c.impsNas ? ' +' + c.impsNas.toLocaleString() + ' net' : '')
+ + (c.impsNas ? ' +' + c.impsNas.toLocaleString() + ' network' : '')
+ ' | ' + c.clicks + ' | '
+ '' + c.spent + ' | ' + c.budget + ' | '
+ '' + (c.status === 'out' ? 'budget spent' : c.status) + ' | '
diff --git a/public/my.html b/public/my.html
index 258c44a..1c3ae30 100644
--- a/public/my.html
+++ b/public/my.html
@@ -644,7 +644,7 @@
-
+