summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-04-13 12:26:27 +0200
committerAndrey Andreev <narf@devilix.net>2018-04-13 12:26:27 +0200
commit641d4dd6590b0c9f55c38daf153d571479fc6459 (patch)
treec18ee0f8f51683cf95e739a4ff017c8823ce5337
parent68b0e088a25dee720642f42d76ea395c209be855 (diff)
[ci skip] Rename Spartan to Edge in config/user_agents.php
#4354
-rw-r--r--application/config/user_agents.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index 798086b65..b6c85631e 100644
--- a/application/config/user_agents.php
+++ b/application/config/user_agents.php
@@ -61,7 +61,7 @@ $platforms = array(
$browsers = array(
'OPR' => 'Opera',
'Flock' => 'Flock',
- 'Edge' => 'Spartan',
+ 'Edge' => 'Edge',
'Chrome' => 'Chrome',
// Opera 10+ always reports Opera/9.80 and appends Version/<real version> to the user agent string
'Opera.*?Version' => 'Opera',