Fix the override of the 'create' value
This commit is contained in:
parent
76ab05c8c7
commit
31d43467ce
3 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue