Fix the override of the 'create' value

This commit is contained in:
Gregory Trolliet 2020-11-26 16:59:44 +01:00
parent 76ab05c8c7
commit 31d43467ce
3 changed files with 4 additions and 5 deletions

View file

@ -29,7 +29,7 @@ if (isset($_GET['id'])) {
?>
<p><?php echo L::cloud_create_message ?></p>
<form method="post" action="create.php">
<input type="submit" value="<?php echo L::create ?>">
<input type="submit" value="<?php echo L::create_button ?>">
</form>
<?php
}