1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-21 05:41:27 +02:00

Use international word for experimental drivers

This commit is contained in:
Jakub Vrana
2014-01-04 14:26:02 -08:00
parent b9d9f3c7bc
commit 8829a8e808
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?php
$drivers["elastic"] = "Elasticsearch (experimental)";
$drivers["elastic"] = "Elasticsearch (beta)";
if (isset($_GET["elastic"])) {
$possible_drivers = array("json");

View File

@@ -1,5 +1,5 @@
<?php
$drivers["mongo"] = "MongoDB (experimental)";
$drivers["mongo"] = "MongoDB (beta)";
if (isset($_GET["mongo"])) {
$possible_drivers = array("mongo");