Change project name

master
Julien Rosset 5 years ago
parent 7cd72d515b
commit 80ed75d773

@ -1,3 +1,3 @@
###> doctrine/doctrine-bundle ### ###> doctrine/doctrine-bundle ###
DATABASE_URL=pdo-mysql://wishlist:jBiKNAUk7f84OtqeHMhC@localhost:3306/wishlist?serverVersion=mariadb-10.4.7&charset=UTF-8 DATABASE_URL=pdo-mysql://giftopic:jBiKNAUk7f84OtqeHMhC@localhost:3306/giftopic?serverVersion=mariadb-10.4.7&charset=UTF-8
###< doctrine/doctrine-bundle ### ###< doctrine/doctrine-bundle ###

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GitToolBoxProjectSettings">
<option name="autoFetch" value="false" />
<option name="autoFetchOnBranchSwitch" value="false" />
<option name="commitDialogCompletion" value="false" />
</component>
</project>

@ -2,7 +2,7 @@
<project version="4"> <project version="4">
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <modules>
<module fileurl="file://$PROJECT_DIR$/.idea/WishList.iml" filepath="$PROJECT_DIR$/.idea/WishList.iml" /> <module fileurl="file://$PROJECT_DIR$/.idea/giftopic.iml" filepath="$PROJECT_DIR$/.idea/giftopic.iml" />
</modules> </modules>
</component> </component>
</project> </project>

@ -1,2 +1,2 @@
# WishList # Giftopic
Site web de gestion de listes de voeux (cadeaux) Site web de gestion de listes de voeux (cadeaux)

@ -2,7 +2,7 @@
<html lang="fr"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>WishList - {% block title %}{% endblock %}</title> <title>Giftopic - {% block title %}{% endblock %}</title>
{% block stylesheets %}{% endblock %} {% block stylesheets %}{% endblock %}
</head> </head>
<body> <body>

@ -10,7 +10,7 @@
<unit id="welcome"> <unit id="welcome">
<segment> <segment>
<source>welcome</source> <source>welcome</source>
<target>Welcome on WishList</target> <target>Welcome on Giftopic</target>
</segment> </segment>
</unit> </unit>
</file> </file>

@ -10,7 +10,7 @@
<unit id="welcome"> <unit id="welcome">
<segment> <segment>
<source>welcome</source> <source>welcome</source>
<target>Bienvenue sur WishList</target> <target>Bienvenue sur Giftopic</target>
</segment> </segment>
</unit> </unit>
</file> </file>

Loading…
Cancel
Save