File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ export default {
593593 this .updateErrors .errors [` translations.${ this .updateErrors .indexError } .attributionMessage` ] = true ;
594594 }
595595 if (! this .attributionToEdit .url ) {
596- this .updateErrors .errors .url = [" URL no puede estar vacía " ];
596+ this .updateErrors .errors .url = [this . $t ( ' content.whatnow.url_required ' ) ];
597597 }
598598
599599 this .attributionEditTranslation .contributors .forEach ((contributor , index ) => {
Original file line number Diff line number Diff line change 508508 "publish_summary_ns" : " National Society" ,
509509 "publish_summary_url" : " Attribution URL" ,
510510 "publish_summary_message" : " Attribution Message" ,
511- "no_key_messages" : " No key messages published"
511+ "no_key_messages" : " No key messages published" ,
512+ "url_required" : " URL is required"
512513 },
513514 "edit_whatnow" : {
514515 "title" : " Title" ,
You can’t perform that action at this time.
0 commit comments