Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Sep 9, 2024
1 parent 3de2f1c commit 86d2ebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,4 @@ public function up(): void
$table->json('contact_person_in_teams')->nullable()->after('contact_person');
});
}

/**
* Reverse the migrations.
*/
public function down(): void
{
Schema::table('organisations', function (Blueprint $table) {
//
});
}
};
2 changes: 1 addition & 1 deletion lang/ro/organisation.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'other_information' => 'Alte informatii',
'profile' => 'Profil',
'contact_person' => 'Persoană de contact în relația cu DSU',
'contact_person_in_teams' => 'Persoană de contact pentru Platforma Teams \'Sprijin Umanitar DSU-GOV / FiiPregătit\''
'contact_person_in_teams' => 'Persoană de contact pentru Platforma Teams "Sprijin Umanitar DSU-GOV / FiiPregătit"'
],

'help' => [
Expand Down

0 comments on commit 86d2ebd

Please sign in to comment.